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 6ce07ae commit ca85614
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:
personal_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.DEPLOY_TO_THELFER_GITHUB_IO }}
publish_branch: master
publish_dir: ${{github.workspace}}/build/docs/doxygen/html/
external_repository: thelfer/thelfer.github.io
Expand Down

0 comments on commit ca85614

Please sign in to comment.