We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943d3d4 commit 89b29faCopy full SHA for 89b29fa
.readthedocs.yaml
@@ -37,7 +37,9 @@ build:
37
38
# download support and contribution
39
- git clone https://github.com/PowerGridModel/.github.git --depth 1 --branch main pgm_org_github
40
+ - mkdir -p docs/release_and_support
41
- 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/
42
+ - mkdir -p docs/contribution
43
- mv pgm_org_github/GOVERNANCE.md pgm_org_github/CONTRIBUTING.md pgm_org_github/CODE_OF_CONDUCT.md docs/contribution/
44
# fix links
45
- find docs/release_and_support -name "*.md" -exec sed -i -r "s|./CONTRIBUTING.md|../contribution/CONTRIBUTING.md|g" {} \;
0 commit comments