We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efae17 commit a718074Copy full SHA for a718074
.github/workflows/deploy-docs.yml
@@ -51,4 +51,5 @@ jobs:
51
restore-keys: |
52
mkdocs-material-
53
- run: pip3 install mkdocs-material mike
54
+ - run: mkdocs gh-deploy --force
55
- run: mike deploy --push --update-aliases v13 latest
0 commit comments