Skip to content

Commit 89b29fa

Browse files
committed
mkdir
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent 943d3d4 commit 89b29fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ build:
3737

3838
# download support and contribution
3939
- git clone https://github.com/PowerGridModel/.github.git --depth 1 --branch main pgm_org_github
40+
- mkdir -p docs/release_and_support
4041
- 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
4143
- mv pgm_org_github/GOVERNANCE.md pgm_org_github/CONTRIBUTING.md pgm_org_github/CODE_OF_CONDUCT.md docs/contribution/
4244
# fix links
4345
- find docs/release_and_support -name "*.md" -exec sed -i -r "s|./CONTRIBUTING.md|../contribution/CONTRIBUTING.md|g" {} \;

0 commit comments

Comments
 (0)