We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5168d77 commit 4a0f486Copy full SHA for 4a0f486
.github/workflows/deploy_pages.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
python-version: 3.12
28
- run: pip install -r requirements.txt
29
- - run: ./scripts/gen_markdown_chapters.py
+ - run: ./.scripts/gen_markdown_chapters.py
30
- run: copy docs/README.md docs/index.md
31
- run: mkdocs build --site-dir ./_site
32
- name: Upload artifact
0 commit comments