Skip to content

Commit

Permalink
pull contributing doc from main project
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Nov 1, 2023
1 parent 6d1595d commit 6208b58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
1 change: 1 addition & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
python-version: 3.x

- run: curl https://raw.githubusercontent.com/re-path/studio/main/CHANGELOG.md > ./docs/roadmap/changelog.md
- run: curl https://raw.githubusercontent.com/re-path/studio/main/CONTRIBUTING.md > ./docs/roadmap/CONTRIBUTING.md
- run: pip install pip install mkdocs-material=="9.4.5"
- run: mkdocs gh-deploy --clean --force

Expand Down
27 changes: 0 additions & 27 deletions docs/contribute/develop.md

This file was deleted.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ nav:
- Docs:
- docs/shortcuts.md
- Contribute:
- contribute/develop.md
- contribute/CONTRIBUTING.md
- CLA: contribute/cla.md
- Changelog: roadmap/changelog.md

Expand Down

0 comments on commit 6208b58

Please sign in to comment.