Skip to content

Commit

Permalink
change path
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyomo committed May 30, 2024
1 parent 16d2f39 commit d76e7a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm run build

- name: Cache build folder
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: github-pages
path: build
path: ${{ runner.temp }}/artifact.tar

deploy:
needs: build
Expand Down

0 comments on commit d76e7a0

Please sign in to comment.