Skip to content

Commit

Permalink
path build
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyomo committed May 30, 2024
1 parent d76e7a0 commit d7ec49e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build

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

deploy:
needs: build
Expand Down

0 comments on commit d7ec49e

Please sign in to comment.