We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f135d7 commit d8107a6Copy full SHA for d8107a6
1 file changed
.github/workflows/deploy-docs.yml
@@ -2,9 +2,9 @@ name: Deploy Doxygen Documentation
2
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ main, develope ]
6
pull_request:
7
8
9
jobs:
10
build-and-deploy:
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Deploy to GitHub Pages
26
uses: peaceiris/actions-gh-pages@v3
27
- if: github.ref == 'refs/heads/main'
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develope'
28
with:
29
github_token: ${{ secrets.GITHUB_TOKEN }}
30
publish_dir: ./lab2/docs/html
0 commit comments