Skip to content

Commit

Permalink
fix(gh-pages): build dir is now 'dist', add yarn caching and nvmrc (#101
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bsmth authored Dec 21, 2023
1 parent 22a72bb commit a2daa53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Build
uses: actions/setup-node@v4
with:
node-version: 18
cache: "npm"
node-version-file: ".nvmrc"
cache: "yarn"
- name: Run install
uses: borales/actions-yarn@v4
with:
Expand All @@ -47,8 +47,8 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-pages-artifact@v3
with:
# Upload build directory
path: "build"
# Upload dist directory
path: "dist"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit a2daa53

Please sign in to comment.