Skip to content

Commit

Permalink
docs: fix gh workflow spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Nov 1, 2022
1 parent e23c22c commit b977751
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ jobs:
- name: Build the Documentation with Sphinx
run: |
sphinx-build -b html docs build
ls -la
ls -la build
ls -la build/html
#touch build/html/.nojekyll
touch build/.nojekyll
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit b977751

Please sign in to comment.