documentaion generation
This commit is contained in:
20
.github/workflows/clean-docs.yml
vendored
Normal file
20
.github/workflows/clean-docs.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Clean Docs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout branch
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: docs-landing-page
|
||||
Reference in New Issue
Block a user