Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhang212 committed Aug 10, 2024
1 parent 9876411 commit def510a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
- name: Sphinx build
run: |
sphinx-build source _build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
- uses: actions/upload-artifact@v3
with:
publish_branch: gh-pages2
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
force_orphan: true
name: Documentation
path: "$GITHUB_WORKSPACE/build/html"

0 comments on commit def510a

Please sign in to comment.