File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " stable"
7- - " !master"
8- - " !docs"
97
108 tags :
119 - " **"
1816 runs-on : ubuntu-latest
1917 if : github.repository_owner == 'Float-Toolkit'
2018 steps :
21- - name : Checkout stable branch
22- uses : actions/checkout@stable
19+ - name : Checkout repository
20+ uses : actions/checkout@master
2321
2422 - name : Install dependencies
2523 run : npm ci
2826 run : npm run docs
2927
3028 - name : Archive documentation artifact
31- uses : actions/upload-artifact@stable
29+ uses : actions/upload-artifact@master
3230 with :
3331 name : docs
3432 path : docs
@@ -37,11 +35,11 @@ jobs:
3735 needs : build
3836 runs-on : ubuntu-latest
3937 steps :
40- - name : Checkout stable branch
41- uses : actions/checkout@stable
38+ - name : Checkout repository
39+ uses : actions/checkout@master
4240
4341 - name : Download artifact
44- uses : actions/download-artifact@stable
42+ uses : actions/download-artifact@master
4543 with :
4644 name : docs
4745 path : docs
You can’t perform that action at this time.
0 commit comments