File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ permissions:
1313 pages : write
1414 id-token : write
1515
16- # Only allow one deployment at a time; do not cancel in-progress deployments
16+ # Only allow one deployment at a time; cancel in-progress deployments
1717concurrency :
1818 group : " pages"
19- cancel-in-progress : false
19+ cancel-in-progress : true
2020
2121jobs :
2222 build :
6060 path : site
6161
6262 deploy :
63- environment :
64- name : github-pages
65- url : ${{ steps.deployment.outputs.page_url }}
63+ needs : build
64+ name : github-pages
65+ url : ${{ steps.deployment.outputs.page_url }}
66+ if : github.event_name == 'push'
6667 runs-on : ubuntu-latest
6768 needs : build
6869 steps :
Original file line number Diff line number Diff line change 1- This is the doxygen docs
1+ This file will be overwritten by the deploy-docs action to become the index.html
2+ of the doxygen docs
You can’t perform that action at this time.
0 commit comments