File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 fetch-depth : 0
1818 sparse-checkout : |
1919 docs
20+ scripts
2021 - name : Setup python
2122 uses : actions/setup-python@v5.3.0
2223 with :
4849 cp /tmp/d2/bin/d2 /usr/local/bin
4950 - name : Install dependencies
5051 run : pip install -r docs/requirements.txt
52+ - name : Generate images-by-category.md
53+ run : python scripts/generate-images-by-category.py
5154 - name : Build documentation
5255 run : mkdocs build
5356
6366 fetch-depth : 0
6467 sparse-checkout : |
6568 docs
69+ scripts
6670 - name : Setup python
6771 uses : actions/setup-python@v5.3.0
6872 with :
9498 cp /tmp/d2/bin/d2 /usr/local/bin
9599 - name : Install dependencies
96100 run : pip install -r docs/requirements.txt
101+ - name : Generate images-by-category.md
102+ run : python scripts/generate-images-by-category.py
97103 - name : Deploy to GitHub Pages
98104 run : mkdocs gh-deploy --force
You can’t perform that action at this time.
0 commit comments