Skip to content

Commit

Permalink
chore: fix website deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 10, 2024
1 parent c0366a2 commit 26342a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:

- name: Build website
run: |
cd website
pnpm i
pnpm run build
cd website
pnpm run build:site
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 26342a8

Please sign in to comment.