Skip to content

Commit

Permalink
test: try to build documentation properly
Browse files Browse the repository at this point in the history
  • Loading branch information
QuakeEye committed Mar 4, 2024
1 parent 696f3ed commit 587d8ba
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]

jobs:
build-doxygen:
Expand All @@ -24,9 +26,9 @@ jobs:
- name: Create .nojekyll (ensures pages with underscores work on gh pages)
run: touch Doxygen/.nojekyll
shell: bash
- name: Upload Doxygen Documentation to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: Doxygen/Generated/html
# - name: Upload Doxygen Documentation to Github Pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_branch: gh-pages
# publish_dir: Doxygen/Generated/html

0 comments on commit 587d8ba

Please sign in to comment.