File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: 'Generate & Deploy Doxygen Docs'
22
33on :
44 push :
5- branches : [ main ]
5+ branches : [ main, 2-add-support-for-sequential-execution ]
66 paths :
77 - ' include/**'
88 - ' Doxyfile'
1111
1212# Required for GitHub Pages deployment
1313permissions :
14- contents : write # to push gh-pages for classic page
15- pages : write # to deploy using actions/deploy-pages@v1
16- id-token : write # to authenticate deployment
14+ contents : write
15+ pages : write
16+ id-token : write
1717
1818jobs :
1919 build-docs :
3333 doxygen -v
3434 doxygen Doxyfile
3535
36- # Upload the generated site as an artifact for the deploy job
3736 - name : Upload Pages artifact
38- uses : actions/upload-pages-artifact@v1
37+ uses : actions/upload-pages-artifact@v2
3938 with :
4039 path : docs/html
4140
4645 steps :
4746 - name : Deploy
4847 id : deployment
49- uses : actions/deploy-pages@v1
48+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments