Skip to content

Commit

Permalink
delete all & deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Jan 8, 2024
1 parent b977336 commit 9af260a
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/doxygen2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ jobs:
- name: clean first
run: rm -rf *
shell: bash

- 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: .


- uses: actions/checkout@v3
with:
Expand All @@ -34,15 +45,6 @@ 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
Expand Down

0 comments on commit 9af260a

Please sign in to comment.