Skip to content

Commit c2f65b8

Browse files
committed
build(publish-docs): Fix makefile task
1 parent 7f9e43a commit c2f65b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: poetry install
6565

6666
- name: Build documentation
67-
run: pushd docs; make SPHINXBUILD='poetry run sphinx-build' build; popd
67+
run: pushd docs; make SPHINXBUILD='poetry run sphinx-build' html; popd
6868

6969
- name: Push documentation to S3
7070
uses: jakejarvis/s3-sync-action@master

0 commit comments

Comments
 (0)