Skip to content

Commit

Permalink
fix github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Feb 22, 2024
1 parent 42a08bc commit 3a5cdfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: bahmutov/npm-install@v1

- name: Build project
run: npm run build-only
run: npm run build

- name: Upload production-ready build files
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"prettier": "^3.0.3",
"vite": "^5.0.11"
}
}
}

0 comments on commit 3a5cdfc

Please sign in to comment.