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'
2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
5
+ branches : [ main, 2-add-support-for-sequential-execution ]
6
6
paths :
7
7
- ' include/**'
8
8
- ' Doxyfile'
11
11
12
12
# Required for GitHub Pages deployment
13
13
permissions :
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
17
17
18
18
jobs :
19
19
build-docs :
33
33
doxygen -v
34
34
doxygen Doxyfile
35
35
36
- # Upload the generated site as an artifact for the deploy job
37
36
- name : Upload Pages artifact
38
- uses : actions/upload-pages-artifact@v1
37
+ uses : actions/upload-pages-artifact@v2
39
38
with :
40
39
path : docs/html
41
40
46
45
steps :
47
46
- name : Deploy
48
47
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