Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
patkenneally committed Apr 4, 2024
1 parent 86b774f commit 6c12034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ jobs:
uses: sphinx-notes/pages@v3
with:
checkout: false
documentation_path: ./docs/source
requirements_path: ./docs/source/bskPkgOptions.txt
documentation_path: docs/source
requirements_path: docs/source/bskPkgOptions.txt
sphinx_version: 4.5.0
sphinx_build_options: -c ./docs/source/conf.py
sphinx_build_options: -c conf.py

# - name: Setup Pages
# uses: actions/configure-pages@v5
Expand Down

0 comments on commit 6c12034

Please sign in to comment.