Skip to content

Commit eb07050

Browse files
Merge pull request #1147 from PowerGridModel/feature/community
Feature: add community.md to readthedocs
2 parents d773825 + 268af5e commit eb07050

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ build:
3636
# download support and contribution
3737
- git clone https://github.com/PowerGridModel/.github.git --depth 1 --branch main pgm_org_github
3838
- mkdir -p docs/release_and_support
39-
- mv pgm_org_github/RELEASE.md pgm_org_github/SUPPORT.md pgm_org_github/SECURITY.md pgm_org_github/CITATION.md docs/release_and_support/
39+
- mv pgm_org_github/RELEASE.md pgm_org_github/SUPPORT.md pgm_org_github/COMMUNITY.md pgm_org_github/SECURITY.md pgm_org_github/CITATION.md docs/release_and_support/
4040
- mkdir -p docs/contribution
4141
- mv pgm_org_github/GOVERNANCE.md pgm_org_github/CONTRIBUTING.md pgm_org_github/CODE_OF_CONDUCT.md docs/contribution/
4242
# fix links

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ contribution/GOVERNANCE.md
134134
:maxdepth: 2
135135
release_and_support/RELEASE.md
136136
release_and_support/SUPPORT.md
137+
release_and_support/COMMUNITY.md
137138
release_and_support/SECURITY.md
138139
release_and_support/CITATION.md
139140
```

0 commit comments

Comments
 (0)