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 a213286 commit cedb10bCopy full SHA for cedb10b
.github/workflows/docs-site-deploy.yaml
@@ -31,4 +31,5 @@ jobs:
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
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