Skip to content

Commit b278cf8

Browse files
committed
.
1 parent 8e9b7b9 commit b278cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
INTEGRATION_TESTS_CONCURRENCY = 1
66

77
# Placeholder token; replace with a real one for local docs testing if needed
8-
APIFY_TOKEN = apify_api_token_placeholder
8+
APIFY_SIGNING_TOKEN = apify_api_token_placeholder
99

1010
clean:
1111
rm -rf .mypy_cache .pytest_cache .ruff_cache build dist htmlcov .coverage
@@ -52,4 +52,4 @@ build-docs:
5252
cd website && uv run npm clean-install && uv run npm run build
5353

5454
run-docs: build-api-reference
55-
export APIFY_SIGNING_TOKEN=$(APIFY_TOKEN) && cd website && uv run npm clean-install && uv run npm run start
55+
export APIFY_SIGNING_TOKEN=$(APIFY_SIGNING_TOKEN) && cd website && uv run npm clean-install && uv run npm run start

0 commit comments

Comments
 (0)