Skip to content

Commit 6ae4e08

Browse files
committed
Actually publish the documentation.
1 parent 4490e09 commit 6ae4e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
- name: Publishing documentation
3535
run: |
36-
poetry run ghp-import -f -n docs/_build/html
36+
poetry run ghp-import -f -n -p docs/_build/html
3737
3838
- name: Publishing
3939
env:

0 commit comments

Comments
 (0)