Skip to content

Commit

Permalink
reset gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jan 8, 2024
1 parent 9f276b4 commit b977336
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/doxygen2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ jobs:
with:
doxyfile-path: docs/Doxyfile

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
# If you're changing the branch from main,
# also change the `main` in `refs/heads/main`
# below accordingly.
if: github.ref == 'refs/heads/test/is_benchark_erased'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
# If you're changing the branch from main,
Expand Down

0 comments on commit b977336

Please sign in to comment.