Skip to content

Commit

Permalink
ci: make directory for doxygen build
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Nov 18, 2024
1 parent bc85125 commit a6dc862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
python -m pip install -e .[formats]
git config set versionsort.suffix -rc
python build_docs.py
mkdir docs/_build
mkdir docs/_build/doxyxml
sphinx-build -b html docs/ out/
for TAG in `git tag --list --sort=-version:refname`
do
Expand Down

0 comments on commit a6dc862

Please sign in to comment.