File tree Expand file tree Collapse file tree 4 files changed +3282
-1513
lines changed
Expand file tree Collapse file tree 4 files changed +3282
-1513
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : actions/setup-node@v4
14+ - uses : actions/setup-node@v6
1515 with :
1616 cache : ' npm'
1717 node-version-file : ' .nvmrc'
Original file line number Diff line number Diff line change 2727 fetch-depth : 0
2828 ssh-key : ${{ secrets.DEPLOY_KEY }}
2929 - run : git fetch --all --tags
30- - uses : actions/setup-node@v4
30+ - uses : actions/setup-node@v6
3131 with :
3232 registry-url : ' https://registry.npmjs.org'
3333 cache : ' npm'
5050 DEBUG : ' *'
5151 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5252 - name : Upload artifact
53- uses : actions/upload-pages-artifact@v3
53+ uses : actions/upload-pages-artifact@v4
5454 with :
5555 # Upload doc folder
5656 path : ' ./dist/docs'
You can’t perform that action at this time.
0 commit comments