Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrwansuiBC authored Nov 23, 2023
1 parent 58f60f1 commit e8c92a0
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@ jobs:
- run: npm ci
- run: npm run build

- name: Simple GitHub Pages Deploy Action
# You may pin to the exact commit or the version.
# uses: rdarida/simple-github-pages-deploy-action@290913edc3f3978a087e0687a67a1cda044965c5
uses: rdarida/simple-github-pages-deploy-action@v1
- name: Deploy
uses: JamesIves/[email protected]
with:
# Set git config user.name
git-user: ntrwansuiBC
# Set git config user.email
git-email: [email protected]
branch: gh-pages
folder: dist


0 comments on commit e8c92a0

Please sign in to comment.