We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57c300 commit b08772fCopy full SHA for b08772f
1 file changed
.github/workflows/deploy_docs.yml
@@ -24,8 +24,4 @@ jobs:
24
restore-keys: |
25
mkdocs-material-
26
- 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
+ - run: mkdocs gh-deploy --force
0 commit comments