Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,17 @@ jobs:
make html || ( echo "Whole bunch of things to fix." )
if ! [ -d _build ]; then exit 1; fi

- name: Prevent Jekyll from building the gh-pages
working-directory: docs
run: touch _build/.nojekyll

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: doc
path: |
docs/_build
docs/_build/.nojekyll
!docs/_build/doxyxml

test:
Expand Down
Loading