We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a4ccd commit cd9c938Copy full SHA for cd9c938
.github/workflows/docs.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: actions/setup-node@v4
40
with:
41
node-version: ${{ env.NODE_VERSION }}
42
- cache: 'yarn'
+ cache: 'pnpm'
43
44
- name: Clone docs repository
45
run: git clone https://x-access-token:${{ secrets.GH_HYPERWEB_PAT }}@github.com/hyperweb-io/docs.hyperweb.io.git external-docs
package.json
@@ -45,4 +45,4 @@
"js-yaml": "^4.1.0",
46
"zod": "^3.24.2"
47
}
48
-}
+}
0 commit comments