Skip to content

Commit

Permalink
docs: add pages update
Browse files Browse the repository at this point in the history
  • Loading branch information
dssAutomation authored Apr 18, 2024
1 parent 4b41d4c commit 8d3c875
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
run: |
mkdir -p ./docs/doxygen
mv ./html/* ./docs/doxygen
- name: Trigger GitHub Pages update
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs

0 comments on commit 8d3c875

Please sign in to comment.