Skip to content

Commit

Permalink
chore(docs): fix deploy website ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Aug 16, 2024
1 parent f443b13 commit a0a9471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
uses: actions/configure-pages@v4
- name: Install Dependencies
working-directory: website
run: cd website pnpm install
run: pnpm install
- name: Build
working-directory: website
run: cd website pnpm build # or pnpm docs:build / yarn docs:build / bun run docs:build
run: pnpm build # or pnpm docs:build / yarn docs:build / bun run docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit a0a9471

Please sign in to comment.