Skip to content

Commit

Permalink
Change build-command from "make html" to "make".
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Apr 29, 2024
1 parent 9acd01b commit da177a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
docs-folder: "doc"
pre-build-command: "make fetch-images"
build-command: "make html"
build-command: "make"

0 comments on commit da177a8

Please sign in to comment.