Skip to content

Commit

Permalink
enable deployement
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Aug 21, 2024
1 parent 0377520 commit 22dfcab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{github.workspace}}/build/docs/doxygen/html/
external_repository: thelfer/thelfer.github.io
destination_dir: tfel/doxygen/

0 comments on commit 22dfcab

Please sign in to comment.