Skip to content

Commit

Permalink
ci: try fixing deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonzyt committed Dec 29, 2024
1 parent 5195f54 commit dab4677
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: pnpm/[email protected]
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: "pnpm"
- run: corepack enable
# Pick your own package manager and build script
- run: pnpm install
- run: pnpm exec nuxi build --preset github_pages
Expand Down

0 comments on commit dab4677

Please sign in to comment.