Skip to content

Commit bdef4fb

Browse files
committed
fix docs check
1 parent 47ddbd2 commit bdef4fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242

4343
integration_tests:
4444
name: Integration tests
45-
needs: [lint_check, type_check, unit_tests, changelog_entry_check, version_conflict_check, docs_check]
45+
needs: [lint_check, type_check, unit_tests]
4646
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
4747
secrets: inherit

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ build-api-reference:
5656
cd website && poetry run ./build_api_reference.sh
5757

5858
build-docs: build-api-reference
59-
cd website && yarn && yarn build
59+
cd website && npm clean-install && npm run build
6060

6161
run-docs: build-api-reference
6262
cd website && npm clean-install && npm run start

0 commit comments

Comments
 (0)