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 4405cda commit 2341a20Copy full SHA for 2341a20
.github/workflows/pull-request-checks.yml
@@ -98,7 +98,7 @@ jobs:
98
run: coverage-badge -o docs/coverage.svg -f
99
100
- name: Generate documentation
101
- run: pydoc-markdown --render-toc && mv build/docs/* docs
+ run: pydoc-markdown --render-toc && rm -rf docs/content && mv build/docs/* docs
102
103
- name: Commit files
104
if: steps.check_files.outputs.files_exists == 'false'
@@ -114,4 +114,4 @@ jobs:
114
with:
115
github_token: ${{ secrets.GITHUB_TOKEN }}
116
branch: ${{ github.head_ref }}
117
- force: true
+ force: true
0 commit comments