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 a6189b3 commit 011dfbbCopy full SHA for 011dfbb
.github/workflows/actions.yml
@@ -30,7 +30,7 @@ jobs:
30
echo "${{ secrets.KNOWN_HOSTS }}" > ~/.ssh/known_hosts
31
32
- name: Deploy
33
- run: mkdocs gh-deploy
+ run: mkdocs gh-deploy --force
34
# run: rsync --archive --stats site/ ${{ secrets.REMOTE_DEST }}
35
# root@__IP_ADDR__:/var/www/html
36
0 commit comments