Skip to content

Commit cedb10b

Browse files
committed
Copy latest README, CHANGELOG and CONTRIBUTING files to docs folder
1 parent a213286 commit cedb10b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs-site-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ jobs:
3131
- run: pip install mkdocs-material
3232
- run: cp README.md docs/index.md
3333
- run: cp CONTRIBUTING.md docs/contributing.md
34+
- run: cp CHANGELOG.md docs/changelog.md
3435
- run: mike deploy --push --update-aliases ${{ github.ref_name }} latest

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ nav:
3434
- Home: 'index.md'
3535
- Standard: 'standard.md'
3636
- Examples: 'examples/index.md'
37+
- Changelog: 'changelog.md'
3738
- Contributing: 'contributing.md'
3839

3940
extra:

0 commit comments

Comments
 (0)