Commit 9c61848 1 parent eec3eb9 commit 9c61848 Copy full SHA for 9c61848
File tree 3 files changed +9
-13
lines changed
3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,14 @@ jobs:
14
14
deploy :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - run : git clone --depth=1 "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" .
17
+ - uses : actions/checkout@v4
18
+ - uses : actions/setup-node@v4
19
+ with :
20
+ node-version : 20
18
21
- run : npm ci
19
22
- run : npm run build
20
23
- uses : MithrilJS/infra/deploy@main
21
24
with :
22
- type : gh -pages
25
+ type : github -pages
23
26
token : ${{ secrets.DEPLOY_TOKEN }}
24
27
root_dir : ${{ github.workspace }}/dist
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 18
18
test :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - run : git clone --depth=1 "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" .
21
+ - uses : actions/checkout@v4
22
+ - uses : actions/setup-node@v4
23
+ with :
24
+ node-version : 20
22
25
- run : npm ci
23
26
- run : npm run lint
24
27
- run : npm run build
You can’t perform that action at this time.
0 commit comments