Skip to content

Commit

Permalink
Merge pull request #1312 from msimberg/docs-no-doxygen-in-artifact
Browse files Browse the repository at this point in the history
Don't include doxygen output in documentation output artifact
  • Loading branch information
msimberg authored Nov 4, 2024
2 parents ca0b458 + a2d83c5 commit 5646a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install --requirement $PWD/docs/requirements.txt
- name: Build documentation
run: |
export PIKA_DOCS_DOXYGEN_OUTPUT_DIRECTORY=$PWD/build/docs/doxygen
export PIKA_DOCS_DOXYGEN_OUTPUT_DIRECTORY=$PWD/build/doxygen
export PIKA_DOCS_DOXYGEN_INPUT_ROOT=$PWD
mkdir -p $PIKA_DOCS_DOXYGEN_OUTPUT_DIRECTORY
doxygen docs/Doxyfile
Expand Down

0 comments on commit 5646a76

Please sign in to comment.