File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 3232
3333 docs_check :
3434 name : Docs check
35- uses : apify/workflows/.github/workflows/python_docs_check.yaml@main
35+ uses : apify/workflows/.github/workflows/python_docs_check.yaml@update-python-docs-check
3636
3737 integration_tests :
3838 name : Integration tests
Original file line number Diff line number Diff line change 44# This is default for local testing, but GitHub workflows override it to a higher value in CI
55INTEGRATION_TESTS_CONCURRENCY = 1
66
7- # Placeholder token; replace with a real one for local docs testing if needed
8- APIFY_SIGNING_TOKEN = apify_api_token_placeholder
9-
107clean :
118 rm -rf .mypy_cache .pytest_cache .ruff_cache build dist htmlcov .coverage
129
@@ -52,4 +49,4 @@ build-docs:
5249 cd website && uv run npm clean-install && uv run npm run build
5350
5451run-docs : build-api-reference
55- export APIFY_SIGNING_TOKEN= $( APIFY_SIGNING_TOKEN ) && cd website && uv run npm clean-install && uv run npm run start
52+ cd website && uv run npm clean-install && uv run npm run start
You can’t perform that action at this time.
0 commit comments