Skip to content

Commit

Permalink
remove filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastedDev committed Nov 19, 2023
1 parent c0d8d76 commit 04b7b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Build website
run: pnpm build --filter="docs"
run: pnpm build

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 04b7b2a

Please sign in to comment.