Skip to content

Commit b08772f

Browse files
authored
Update deploy_docs.yml
i do need force
1 parent f57c300 commit b08772f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,4 @@ jobs:
2424
restore-keys: |
2525
mkdocs-material-
2626
- run: pip install -r requirements-docs.txt
27-
# This is commented out because I don't think
28-
# we have to force push but just in case...
29-
#- run: mkdocs gh-deploy --force
30-
- run: mkdocs gh-deploy
31-
# ^ comment this if we end up force pushing
27+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)