Skip to content

Commit ab39e74

Browse files
committed
drop useless prettier
1 parent 7f6fed6 commit ab39e74

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/version_docs.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
jq --arg v "$MAJOR_MINOR" 'map(select(. != $v))' website/versions.json > website/tmp.json && mv website/tmp.json website/versions.json
3636
pnpm --filter apify-cli-website exec -- docusaurus docs:version $MAJOR_MINOR
3737
38-
# TODO: prettify script references docs/guides/*.md which doesn't exist — check with team
39-
# - name: Format
40-
# run: pnpm --filter apify-cli-website run prettify
41-
4238
- name: Commit and push the version snapshot
4339
uses: EndBug/add-and-commit@v10
4440
with:

0 commit comments

Comments
 (0)