File tree Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Expand file tree Collapse file tree 2 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
- name : Doxygen Pages
1
+ name : Doxygen Build
2
2
on :
3
3
push :
4
4
branches :
5
5
- ' ros2'
6
6
pull_request :
7
7
branches :
8
- - ' *'
8
+ - ' *'
9
9
10
10
jobs :
11
11
build :
12
12
runs-on : ubuntu-latest
13
13
strategy :
14
14
fail-fast : false
15
- permissions :
16
- contents : write
17
15
steps :
18
16
- uses : actions/checkout@v4
19
17
-
uses :
mattnotmitt/[email protected]
20
- - uses : peaceiris/actions-gh-pages@v3
21
- with :
22
- github_token : ${{ secrets.GITHUB_TOKEN }}
23
- publish_dir : ./html
24
18
Original file line number Diff line number Diff line change
1
+ name : Doxygen Deploy to GH Pages
2
+ on :
3
+ push :
4
+ branches :
5
+ - ' ros2'
6
+
7
+ jobs :
8
+ build :
9
+ runs-on : ubuntu-latest
10
+ strategy :
11
+ fail-fast : false
12
+ steps :
13
+ - uses : ./.github/workflows/doxygen_build.yml
14
+ - uses : peaceiris/actions-gh-pages@v3
15
+ with :
16
+ github_token : ${{ secrets.GITHUB_TOKEN }}
17
+ publish_dir : ./html
You can’t perform that action at this time.
0 commit comments