Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
crashmax-dev committed Jul 13, 2024
1 parent b2c99eb commit 52204cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: pnpm install

- name: Build apps and packages
run: pnpm build
run: pnpm build && pnpm build:website

- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 52204cd

Please sign in to comment.