Skip to content

Commit

Permalink
Update to newer deployment action
Browse files Browse the repository at this point in the history
  • Loading branch information
forkineye committed Nov 27, 2024
1 parent dad0ac4 commit 03eff90
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
- name: Build doxygen pages
uses: mattnotmitt/doxygen-action@v1
with:
working-directory: '.doxygen'
doxyfile-path: 'Doxyfile'
additional-packages: font-fira-code
working-directory: ".doxygen"
doxyfile-path: "Doxyfile"

- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@v4
uses: peaceiris/actions-gh-pages@v4
with:
branch: gh-pages
folder: .doxygen/doc/html
target-folder: doxy
single-commit: true
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .doxygen/doc/html
destination_dir: doxy

0 comments on commit 03eff90

Please sign in to comment.