Skip to content

Commit

Permalink
Modifying github actions for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ202 committed Nov 5, 2024
1 parent a5b5f1e commit d4a59b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: cd docs && rm -rf _build && sphinx-build source _build

- name: List build files
run: ls -R _build/html
run: ls -R docs/_build/html

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit d4a59b0

Please sign in to comment.