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.
2 parents 7d39b19 + cedb10b commit ef07ba9Copy full SHA for ef07ba9
.github/workflows/docs-site-deploy.yaml
@@ -29,4 +29,7 @@ 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: cp CHANGELOG.md docs/changelog.md
35
- run: mike deploy --push --update-aliases ${{ github.ref_name }} latest
docs/contributing.md
docs/index.md
mkdocs.yml
@@ -34,6 +34,7 @@ nav:
- Home: 'index.md'
- Standard: 'standard.md'
36
- Examples: 'examples/index.md'
37
+ - Changelog: 'changelog.md'
38
- Contributing: 'contributing.md'
39
40
extra:
0 commit comments