We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e149f74 commit abed331Copy full SHA for abed331
2 files changed
.github/workflows/check.yaml
@@ -52,8 +52,8 @@ jobs:
52
APIFY_CLI_DISABLE_TELEMETRY: 1
53
run: yarn test
54
55
- - name: Ensure the reference documentation builds
56
- run: yarn update-docs
+ # - name: Ensure the reference documentation builds
+ # run: yarn update-docs
57
58
test_python_support:
59
name: Test Python template support
.github/workflows/docs.yaml
@@ -58,7 +58,7 @@ jobs:
APIFY_SIGNING_TOKEN: ${{ secrets.APIFY_SIGNING_TOKEN }}
60
- name: Commit the updated package(-lock).json
61
- uses: stefanzweifel/git-auto-commit-action@v5
+ uses: stefanzweifel/git-auto-commit-action@v6
62
with:
63
commit_message: "chore: Automatic theme updating workflow [skip ci]"
64
file_pattern: "website/package*.json website/yarn.lock"
0 commit comments