File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13+ - name : Get date
14+ uses : ajilraju/action-date@master
15+ id : datestep
1316 - name : Checkout Book
14- - uses : actions/checkout@v2
17+ uses : actions/checkout@v2
1518 with :
1619 path : book
1720 - name : Setting-up Book
@@ -20,17 +23,18 @@ jobs:
2023 - run : gitbook install book
2124 - run : gitbook build book ../gh-pages
2225 - name : Checkout gh-pages
23- - uses : actions/checkout@v2
26+ uses : actions/checkout@v2
2427 with :
2528 repository : Dronecode/camera-manager.dronecode.org
2629 path : gh-pages
2730 - run : ls -l gh-pages
31+ - run : echo ${{ steps.datestep.outputs }}
2832 - name : Deploying book
29- - uses : EndBug/add-and-commit@v4
33+ uses : EndBug/add-and-commit@v4
3034 with :
3135 author_name : PX4BuildBot
3236 author_email : px4buildbot@px4.io
33- message : " gitbook build update ${{date}}"
37+ message : " gitbook build update ${{ date }}"
3438 cwd : " gh-pages"
3539 add : " *"
3640 env :
You can’t perform that action at this time.
0 commit comments