Skip to content

Commit 011dfbb

Browse files
authored
Update actions.yml
1 parent a6189b3 commit 011dfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "${{ secrets.KNOWN_HOSTS }}" > ~/.ssh/known_hosts
3131
3232
- name: Deploy
33-
run: mkdocs gh-deploy
33+
run: mkdocs gh-deploy --force
3434
# run: rsync --archive --stats site/ ${{ secrets.REMOTE_DEST }}
3535
# root@__IP_ADDR__:/var/www/html
3636

0 commit comments

Comments
 (0)