Skip to content

Commit 4e7c745

Browse files
authored
Update main.yml
1 parent b5e94a5 commit 4e7c745

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.x
23+
- name: Generate blog index
24+
run: python scripts/generate_blog_index.py
2325
- run: pip install zensical
2426
- run: zensical build --clean
2527
- uses: actions/upload-pages-artifact@v4

0 commit comments

Comments
 (0)