Skip to content

Commit 218c1ab

Browse files
authored
poke
1 parent 0a0496c commit 218c1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
node-version: 16.x
2929
- name: Install dependencies and build site
3030
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
31+
- name: Upload artifact
3232
uses: actions/upload-pages-artifact@v3
3333
with:
3434
path: ./build/

0 commit comments

Comments
 (0)