File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 with :
2727 python-version : 3.12
2828 - run : pip install -r requirements.txt
29- - run : ./.scripts/gen_markdown_chapters.py
29+ - run : python ./.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
Original file line number Diff line number Diff line change @@ -88,12 +88,12 @@ def main() -> None:
8888 )
8989 parser .add_argument (
9090 "--examples-dir" ,
91- default = "../ examples" ,
91+ default = "examples" ,
9292 help = "Directory containing example .py files" ,
9393 )
9494 parser .add_argument (
9595 "--output-dir" ,
96- default = "../ docs" ,
96+ default = "docs" ,
9797 help = "Directory where Markdown files will be written" ,
9898 )
9999 args = parser .parse_args ()
You can’t perform that action at this time.
0 commit comments