Skip to content

Commit

Permalink
chore: update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Nov 27, 2023
1 parent 47d243e commit 6e53fd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
deploy-site:
runs-on: ubuntu-latest
steps:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/checkout@v2
- run: pnpm install
- run: pnpm build
Expand Down

0 comments on commit 6e53fd5

Please sign in to comment.