Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rinyafii authored Jan 16, 2024
1 parent 16345b0 commit eee68a5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Archive build
uses: actions/upload-artifact@v3
with:
name: site-build
path: /home/runner/work/astro_test/astro_test/dist/

0 comments on commit eee68a5

Please sign in to comment.