We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4829f commit 20826adCopy full SHA for 20826ad
1 file changed
.github/workflows/version_docs.yaml
@@ -33,10 +33,10 @@ jobs:
33
rm -rf website/versioned_docs/version-$MAJOR_MINOR
34
rm -rf website/versioned_sidebars/version-$MAJOR_MINOR-sidebars.json
35
jq --arg v "$MAJOR_MINOR" 'map(select(. != $v))' website/versions.json > website/tmp.json && mv website/tmp.json website/versions.json
36
- pnpm --filter website exec -- docusaurus docs:version $MAJOR_MINOR
+ pnpm --filter ./website exec -- docusaurus docs:version $MAJOR_MINOR
37
38
- name: Format
39
- run: pnpm --filter website run prettify
+ run: pnpm --filter ./website run prettify
40
41
- name: Commit and push the version snapshot
42
uses: EndBug/add-and-commit@v10
0 commit comments