We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0496c commit 218c1abCopy full SHA for 218c1ab
.github/workflows/node.js.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: 16.x
29
- name: Install dependencies and build site
30
run: npm i -g pnpm@v6 && pnpm up && pnpm i --shamefully-hoist --force && SOURCEMAP="source-map" NODE_ENV="production" webpack --bail
31
- - name: Upload artifact
+ - name: Upload artifact
32
uses: actions/upload-pages-artifact@v3
33
with:
34
path: ./build/
0 commit comments