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 3b7690b commit 19717e8Copy full SHA for 19717e8
.github/workflows/deploy_pages.yml
@@ -27,7 +27,7 @@ jobs:
27
python-version: 3.12
28
- run: pip install -r requirements.txt
29
- run: python ./.scripts/gen_markdown_chapters.py
30
- - run: cp docs/README.md docs/index.md
+ - run: cp README.md docs/index.md
31
- run: mkdocs build --site-dir ./_site
32
- name: Upload artifact
33
uses: actions/upload-pages-artifact@v3.0.1
0 commit comments