We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0e610 commit 975f96dCopy full SHA for 975f96d
1 file changed
.github/workflows/docs.yml
@@ -25,6 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v3
28
+ - uses: pnpm/action-setup@v4
29
- name: Build documentation
30
run: |
31
cd docs && pnpm install && pnpm run build
0 commit comments