Skip to content

Commit

Permalink
tmp deploy with this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Oct 25, 2023
1 parent 4f69a48 commit 07649cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GitHub Pages
on:
push:
branches:
- develop # Set a branch name to trigger deployment
- feature/doxygen-code-documentation # Set a branch name to trigger deployment
pull_request:

jobs:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
# If you're changing the branch from main,
# also change the `main` in `refs/heads/main`
# below accordingly.
if: github.ref == 'refs/heads/develop'
if: github.ref == 'refs/heads/feature/doxygen-code-documentation'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html
Expand Down

0 comments on commit 07649cd

Please sign in to comment.