chore: fix docs github action workflow

This commit is contained in:
Gareth George
2025-01-13 21:20:47 -08:00
parent 68c1ca8c83
commit 608c8e2656
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
run: pnpm install --prefix ./docs
- name: Build
run: pnpm run generate --prefix ./docs
run: cd docs && pnpm run generate
- name: Fix permissions
run: |