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 ab567a0 commit acb4e0bCopy full SHA for acb4e0b
.github/workflows/deploy_pages.yml
@@ -28,6 +28,8 @@ jobs:
28
- run: pip install -r requirements.txt
29
- run: python ./.scripts/gen_markdown_chapters.py
30
- run: cp README.md docs/index.md
31
+ - run: cp LICENSE docs/license.md
32
+ - run: cp CONTRIBUTE.md docs/contribute.md
33
- run: mkdocs build --site-dir ./_site
34
- name: Upload artifact
35
uses: actions/upload-pages-artifact@v3.0.1
0 commit comments