Skip to content

Commit

Permalink
Force build documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lisajulia committed Jul 1, 2024
1 parent abc3ba6 commit b4122c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Later we can add release tags to the list to get the docs for the releases
# For example: -b "master, release/2024.04/final" will build the docs for
# the master branch and the release/2024.04/final tag
poetry run sphinx-versioned -m master -b master --git-root ../../
poetry run sphinx-versioned -m master -b master --force --git-root ../../
- name: Copy documentation to gh-pages
run: |
cp -r python/sphinx_docs/docs/_build/* python/gh-pages/
Expand Down

0 comments on commit b4122c7

Please sign in to comment.