Skip to content

Commit 19717e8

Browse files
committed
Update the pipeline
1 parent 3b7690b commit 19717e8

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
@@ -27,7 +27,7 @@ jobs:
2727
python-version: 3.12
2828
- run: pip install -r requirements.txt
2929
- run: python ./.scripts/gen_markdown_chapters.py
30-
- run: cp docs/README.md docs/index.md
30+
- run: cp README.md docs/index.md
3131
- run: mkdocs build --site-dir ./_site
3232
- name: Upload artifact
3333
uses: actions/upload-pages-artifact@v3.0.1

0 commit comments

Comments
 (0)