File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [ master ]
88
9+ concurrency :
10+ group : ${{ github.workflow }}-${{ github.ref }}
11+ cancel-in-progress : true
12+
913jobs :
1014 build :
1115 runs-on : ubuntu-latest
1216 steps :
1317 - name : Checkout repository
14- uses : actions/checkout@v2
15-
16- - name : Set up Node.js
17- uses : actions/setup-node@v1
18- with :
19- node-version : ' 16'
18+ uses : actions/checkout@v3
2019
2120 - name : Set up Yarn
2221 run : npm install --global yarn && yarn --version
23-
22+
2423 - name : Install dependencies
2524 run : yarn install
2625
2726 - name : Build website
2827 run : yarn build
2928
3029 - name : Clone branch gh-pages
31- uses : actions/checkout@v2
30+ uses : actions/checkout@v3
3231 with :
3332 path : ' gh-pages'
3433 ref : gh-pages
You can’t perform that action at this time.
0 commit comments