Skip to content

Commit acb4e0b

Browse files
committed
Update the pipeline
1 parent ab567a0 commit acb4e0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- run: pip install -r requirements.txt
2929
- run: python ./.scripts/gen_markdown_chapters.py
3030
- run: cp README.md docs/index.md
31+
- run: cp LICENSE docs/license.md
32+
- run: cp CONTRIBUTE.md docs/contribute.md
3133
- run: mkdocs build --site-dir ./_site
3234
- name: Upload artifact
3335
uses: actions/upload-pages-artifact@v3.0.1

0 commit comments

Comments
 (0)