File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 name : Deploy to GitHub Pages
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - uses : actions/setup-node@v3
1515 with :
1616 node-version : 16.x
2929 # GH-Actions bot for deploys to `gh-pages` branch:
3030 # https://github.com/actions/checkout/issues/13#issuecomment-724415212
3131 user_name : github-actions[bot]
32- user_email : 41898282+github-actions[bot]@users.noreply.github.com
32+ user_email : 41898282+github-actions[bot]@users.noreply.github.com
Original file line number Diff line number Diff line change 1010 name : Test deployment
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v2
13+ - uses : actions/checkout@v3
1414 - uses : actions/setup-node@v3
1515 with :
1616 node-version : 16.x
1919 - name : Install dependencies
2020 run : npm ci
2121 - name : Test build website
22- run : npm run build
22+ run : npm run build
You can’t perform that action at this time.
0 commit comments