We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6fed6 commit ab39e74Copy full SHA for ab39e74
1 file changed
.github/workflows/version_docs.yaml
@@ -35,10 +35,6 @@ jobs:
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 apify-cli-website exec -- docusaurus docs:version $MAJOR_MINOR
37
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
-
42
- name: Commit and push the version snapshot
43
uses: EndBug/add-and-commit@v10
44
with:
0 commit comments