Skip to content

Commit

Permalink
Modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatrixEditor committed Jan 13, 2024
1 parent 9f4b283 commit e3d6ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Build
# Create .nojekyll file to disable Jekyll processing
run: |
cd docs
cd Docs
make html
touch build/html/.nojekyll
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html
publish_dir: Docs/build/html

0 comments on commit e3d6ba3

Please sign in to comment.