Skip to content

Commit d919217

Browse files
authored
fix: use turbo for docs build in GitHub Actions (#8)
1 parent 0d0f00d commit d919217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: pnpm install --frozen-lockfile
3535

3636
- name: Build docs
37-
run: pnpm --filter funstack-router-docs build
37+
run: pnpm turbo run build --filter=funstack-router-docs
3838

3939
- name: Setup Pages
4040
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)