Skip to content

Commit

Permalink
Update doxygen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dstroy0 committed Mar 17, 2022
1 parent dda54a1 commit 7f7986d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
with:
name: "InputHandler_doxygen_docs"
path: ${{ github.workspace }}/docs/html
- name: Publish generated content to GitHub Pages
uses: tsunematsu21/actions-publish-gh-pages@v1.0.1
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
dir: docs/html
branch: gh-pages
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
folder: ./docs/html # The folder the action should deploy.

0 comments on commit 7f7986d

Please sign in to comment.