Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChineseMarc committed May 29, 2023
1 parent d751cf3 commit 9659276
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -4,6 +4,7 @@
name: Node.js CI
permissions:
id-token: write
pages: write
on:
push:
branches: [ "main" ]
Expand All @@ -26,6 +27,6 @@ jobs:
- run: npm run build --if-present
- uses: actions/upload-pages-artifact@v1
with:
path: .
path: ./public
- uses: actions/deploy-pages@v2

0 comments on commit 9659276

Please sign in to comment.