Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyBear authored Oct 11, 2023
1 parent 5aba6e7 commit efae518
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
pull_request:
branches: [ "main" ]
permissions:
contents: read
pages: write
id-token: write
concurrency:
Expand Down Expand Up @@ -50,10 +51,10 @@ jobs:
- run: npm install
- run: npm run build
- name: 🚀 Deploying
- uses: actions/configure-pages@v3
uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
with:
path: './dist'
- uses: actions/deploy-pages@v1
- run: echo '✅ success doployed!
- run: echo '✅ Success deployed!

0 comments on commit efae518

Please sign in to comment.