File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 11name : Build and Deploy
22on :
33 push :
4- branches : [ main ]
4+ branches : [main]
55permissions :
66 contents : write
77jobs :
88 deploy :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : google/wireit@setup-github-actions-caching/v1
12- - name : Checkout
13- 14-
1511 - name : Install
1612 run : |
1713 npm ci
2622 branch : gh-pages # The branch the action should deploy to.
2723 folder : out # The folder the action should deploy.
2824 clean-exclude : " preview/"
29-
Original file line number Diff line number Diff line change @@ -8,17 +8,15 @@ permissions:
88
99jobs :
1010 build :
11-
1211 runs-on : ubuntu-latest
1312 timeout-minutes : 15
1413
1514 steps :
16- - uses : google/wireit@setup-github-actions-caching/v1
1715 - uses : actions/checkout@v4
1816 - name : Use Node.js 20
1917 uses : actions/setup-node@v4
2018 with :
21- node-version : ' 20 '
19+ node-version : " 20 "
2220 - name : Install dependencies
2321 run : npm ci
2422 - run : npm test
You can’t perform that action at this time.
0 commit comments