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 e670578 commit a213286Copy full SHA for a213286
.github/workflows/docs-site-deploy.yaml
@@ -29,4 +29,6 @@ jobs:
29
mkdocs-material-
30
- run: pip install mkdocs-open-in-new-tab mike
31
- run: pip install mkdocs-material
32
+ - run: cp README.md docs/index.md
33
+ - run: cp CONTRIBUTING.md docs/contributing.md
34
- run: mike deploy --push --update-aliases ${{ github.ref_name }} latest
docs/contributing.md
docs/index.md
0 commit comments