Skip to content

Commit

Permalink
Update doxygen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JOOpdenhoevel authored Aug 31, 2024
1 parent 1922fc7 commit 109b7e2
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,20 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Doxygen Build
uses: mattnotmitt/[email protected]

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doxygen/html/
# Upload entire repository
path: './doxygen/html'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 109b7e2

Please sign in to comment.