Skip to content

Commit 95d837d

Browse files
authored
penguinmod i trust you with this
1 parent e07d663 commit 95d837d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)