diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6f6d79b..c9322e9 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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