diff --git a/.github/workflows/on-release-main.yml b/.github/workflows/on-release-main.yml index ba47f1b..26ff535 100644 --- a/.github/workflows/on-release-main.yml +++ b/.github/workflows/on-release-main.yml @@ -83,4 +83,4 @@ jobs: - name: Generate documentation run: | source .venv/bin/activate - mkdocs gh-deploy \ No newline at end of file + mkdocs gh-deploy --force \ No newline at end of file