Skip to content

Commit

Permalink
fix about
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdenay committed Jun 12, 2024
1 parent 1126a80 commit 238ff75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: 3.x

- name: Update Contributing
run: cat CONTRIBUTING.md > docs/about/contribute.md
run: cat CONTRIBUTING.md > docs/about/contributing.md

- name: Update Changelog
run: cat HISTORY.md > docs/about/history.md
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nav:
- Nodes: api_doc/nodes.md
- Lineage: api_doc/lineage.md
- About:
- Contributing: about/contribute.md
- Contributing: about/contributing.md
- License: about/license.md
- History: about/history.md

Expand Down

0 comments on commit 238ff75

Please sign in to comment.