Skip to content

Commit

Permalink
fix: deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner committed Apr 19, 2024
1 parent e988358 commit 8495cd6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v3master
- uses: actions/checkout@master
- uses: pnpm/action-setup@v3
- run: pnpm install
- run: pnpm run build
- uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 8495cd6

Please sign in to comment.