Skip to content

Commit d4d60d6

Browse files
committed
fix: add update_index.py to deploy workflow
The deploy.yml was missing the update_index.py script call that clone-content.sh runs locally. This caused the live site to display the master branch README.md content directly instead of the generated index.md with proper section links.
1 parent 3cb8ac3 commit d4d60d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
run: |
124124
python scripts/update_sections_nav.py
125125
python scripts/update_nav.py
126+
python scripts/update_index.py
126127
127128
- name: Build site
128129
run: mkdocs build

0 commit comments

Comments
 (0)