We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a800c commit c837964Copy full SHA for c837964
.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
13
- uses: actions/setup-python@v2
14
with:
15
python-version: 3.x
16
+ - run: mkdir -p site
17
- run: pip install mkdocs
18
- run: pip install mkdocs-material
19
- run: pip install mkdocs-video
0 commit comments