There was an error while loading. Please reload this page.
1 parent b5e94a5 commit 4e7c745Copy full SHA for 4e7c745
1 file changed
.github/workflows/main.yml
@@ -20,6 +20,8 @@ jobs:
20
- uses: actions/setup-python@v5
21
with:
22
python-version: 3.x
23
+ - name: Generate blog index
24
+ run: python scripts/generate_blog_index.py
25
- run: pip install zensical
26
- run: zensical build --clean
27
- uses: actions/upload-pages-artifact@v4
0 commit comments