Skip to content

Commit

Permalink
Fix action permissions in doxygen-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbopp committed Jul 9, 2024
1 parent 28025e7 commit bb354a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: doc/html
config_file: Doxyfile
branch: gh-pages
target_folder: dynexp/doc
target_folder: dynexp/doc

0 comments on commit bb354a7

Please sign in to comment.