Skip to content

Commit 4a0f486

Browse files
committed
Update the pipeline
1 parent 5168d77 commit 4a0f486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: 3.12
2828
- run: pip install -r requirements.txt
29-
- run: ./scripts/gen_markdown_chapters.py
29+
- run: ./.scripts/gen_markdown_chapters.py
3030
- run: copy docs/README.md docs/index.md
3131
- run: mkdocs build --site-dir ./_site
3232
- name: Upload artifact

0 commit comments

Comments
 (0)