Skip to content

Commit d4334e0

Browse files
committed
deploy to gh-pages/dev
1 parent 1f580bc commit d4334e0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,11 @@ jobs:
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
publish_dir: docs/_build/html/
45+
46+
- name: Publish to Github Pages on main
47+
uses: peaceiris/actions-gh-pages@v3
48+
with:
49+
github_token: ${{ secrets.GITHUB_TOKEN }}
50+
publish_dir: docs/_build/html/
51+
destination_dir: dev
52+
keep_files: false

0 commit comments

Comments
 (0)