File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
+ - name : Get date
14
+ uses : ajilraju/action-date@master
15
+ id : datestep
13
16
- name : Checkout Book
14
- - uses : actions/checkout@v2
17
+ uses : actions/checkout@v2
15
18
with :
16
19
path : book
17
20
- name : Setting-up Book
@@ -20,17 +23,19 @@ jobs:
20
23
- run : gitbook install book
21
24
- run : gitbook build book ../gh-pages
22
25
- name : Checkout gh-pages
23
- - uses : actions/checkout@v2
26
+ uses : actions/checkout@v2
24
27
with :
25
28
repository : Dronecode/camera-manager.dronecode.org
26
29
path : gh-pages
27
30
- run : ls -l gh-pages
31
+ - run : echo ${{ steps.datestep.outputs }}
28
32
- name : Deploying book
29
- - uses : EndBug/add-and-commit@v4
33
+ uses : EndBug/add-and-commit@v4
30
34
with :
31
35
author_name : PX4BuildBot
32
36
33
- message : " gitbook build update ${{date}}"
37
+ # message: "gitbook build update ${{ date }}"
38
+ message : " gitbook build update"
34
39
cwd : " gh-pages"
35
40
add : " *"
36
41
env :
You can’t perform that action at this time.
0 commit comments