Skip to content

Commit 2341a20

Browse files
committed
Update the Github action
1 parent 4405cda commit 2341a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: coverage-badge -o docs/coverage.svg -f
9999

100100
- name: Generate documentation
101-
run: pydoc-markdown --render-toc && mv build/docs/* docs
101+
run: pydoc-markdown --render-toc && rm -rf docs/content && mv build/docs/* docs
102102

103103
- name: Commit files
104104
if: steps.check_files.outputs.files_exists == 'false'
@@ -114,4 +114,4 @@ jobs:
114114
with:
115115
github_token: ${{ secrets.GITHUB_TOKEN }}
116116
branch: ${{ github.head_ref }}
117-
force: true
117+
force: true

0 commit comments

Comments
 (0)