File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ jobs:
2727 with :
2828 node-version : 16.x
2929 - name : Install dependencies and build site
30- run : npm i -g pnpm@7 && pnpm up && pnpm i --shamefully-hoist && webpack --bail
30+ run : npm i -g pnpm@v6 && pnpm up && pnpm i --shamefully-hoist --force && NODE_ENV=production webpack --bail
3131 - name : Upload artifact
32- uses : actions/upload-pages-artifact
32+ uses : actions/upload-pages-artifact@v3
3333 with :
34- name : my-artifact-${{ github.run_id }}
3534 path : ./build/
35+
3636 deploy :
3737 environment :
3838 name : github-pages
39- url : ' https://penguinmod.site /project'
39+ url : ' https://penguinmod.com /project'
4040 runs-on : ubuntu-latest
4141 needs : build
4242 steps :
4343 - name : Deploy to GitHub Pages
4444 id : deployment
45- uses : actions/deploy-pages@v1
45+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments