Skip to content

Commit af1594d

Browse files
Restore force option to gh-deploy
1 parent 7773443 commit af1594d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_doc_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939

4040
- name: Deploy docs
4141
run: |
42-
mkdocs gh-deploy
42+
mkdocs gh-deploy --force
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)