We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9b7b9 commit b278cf8Copy full SHA for b278cf8
Makefile
@@ -5,7 +5,7 @@
5
INTEGRATION_TESTS_CONCURRENCY = 1
6
7
# Placeholder token; replace with a real one for local docs testing if needed
8
-APIFY_TOKEN = apify_api_token_placeholder
+APIFY_SIGNING_TOKEN = apify_api_token_placeholder
9
10
clean:
11
rm -rf .mypy_cache .pytest_cache .ruff_cache build dist htmlcov .coverage
@@ -52,4 +52,4 @@ build-docs:
52
cd website && uv run npm clean-install && uv run npm run build
53
54
run-docs: build-api-reference
55
- export APIFY_SIGNING_TOKEN=$(APIFY_TOKEN) && cd website && uv run npm clean-install && uv run npm run start
+ export APIFY_SIGNING_TOKEN=$(APIFY_SIGNING_TOKEN) && cd website && uv run npm clean-install && uv run npm run start
0 commit comments