Skip to content

Commit 20826ad

Browse files
committed
fix path
1 parent 0d4829f commit 20826ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/version_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
rm -rf website/versioned_docs/version-$MAJOR_MINOR
3434
rm -rf website/versioned_sidebars/version-$MAJOR_MINOR-sidebars.json
3535
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
36+
pnpm --filter ./website exec -- docusaurus docs:version $MAJOR_MINOR
3737
3838
- name: Format
39-
run: pnpm --filter website run prettify
39+
run: pnpm --filter ./website run prettify
4040

4141
- name: Commit and push the version snapshot
4242
uses: EndBug/add-and-commit@v10

0 commit comments

Comments
 (0)