We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4490e09 commit 6ae4e08Copy full SHA for 6ae4e08
1 file changed
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Publishing documentation
35
run: |
36
- poetry run ghp-import -f -n docs/_build/html
+ poetry run ghp-import -f -n -p docs/_build/html
37
38
- name: Publishing
39
env:
0 commit comments