Skip to content

Commit ea8798b

Browse files
committed
.
1 parent b278cf8 commit ea8798b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
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

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# This is default for local testing, but GitHub workflows override it to a higher value in CI
55
INTEGRATION_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-
107
clean:
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

5451
run-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

0 commit comments

Comments
 (0)