Skip to content

Commit

Permalink
chore: fix doc commands in Makefile (apify#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdusek authored Oct 16, 2024
1 parent a3196fb commit abff902
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ format:
check-code: lint type-check unit-tests

build-api-reference:
cd website && ./build_api_reference.sh
cd website && poetry run ./build_api_reference.sh

build-docs:
cd website && corepack enable && yarn && yarn build
cd website && yarn && yarn build

run-doc: build-api-reference
cd website && corepack enable && yarn && yarn start

0 comments on commit abff902

Please sign in to comment.