Skip to content

Commit

Permalink
fix(docs-action): update paths and scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastedDev committed Dec 29, 2024
1 parent a10aff9 commit ac09498
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
node-version: 18

- name: Install dependencies
run: yarn install --frozen-lockfile
run: pnpm install --frozen-lockfile
- name: Build website
run: yarn build
run: cd docs && pnpm build

- name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ac09498

Please sign in to comment.