Skip to content

Commit

Permalink
ci: update docs location
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart authored Nov 18, 2024
1 parent 872f2db commit 9319e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
export SANSMIC_SPHINX_VERSION=$TAG
export VERSION_INFO=$TAG
mkdir docs/_build/doxyxml
git switch -f $TAG
git checkout -f $TAG
python -m pip install --no-deps -e .
sphinx-build -Q -b html docs/ out/$TAG
done
Expand Down

0 comments on commit 9319e04

Please sign in to comment.