Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Sep 5, 2024
1 parent bdbac52 commit 022c1c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: lts

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand Down Expand Up @@ -54,15 +54,15 @@ jobs:
run: pnpm run buildlibrary

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: ./public-dist
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

- uses: jsmrcaga/action-netlify-deploy@v2.0.0
- uses: jsmrcaga/action-netlify-deploy@v2
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_PERSONAL_ACCESS_TOKEN }}
NETLIFY_DEPLOY_TO_PROD: true
Expand Down

0 comments on commit 022c1c9

Please sign in to comment.