Skip to content

Commit ed1a95f

Browse files
authored
Script for automating deployment docs (#336)
1 parent 22b9dc9 commit ed1a95f

File tree

9 files changed

+2956
-0
lines changed

9 files changed

+2956
-0
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ jobs:
2020
- name: Lint
2121
run: yarn lint
2222

23+
deployments-json:
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: actions/checkout@v4
27+
28+
- name: Generate deployments.json
29+
run: python3 src/scripts/parse_readme.py
30+
31+
- name: Verify generated files are committed
32+
run: |
33+
git status --porcelain
34+
git diff --exit-code -- docs/deployments.json docs/families.txt
35+
2336
test-fork:
2437
runs-on: ubuntu-latest
2538
steps:

0 commit comments

Comments
 (0)