We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63d560e + 6f1fb0a commit 4a46b73Copy full SHA for 4a46b73
.github/workflows/ci.yml
@@ -11,6 +11,6 @@ jobs:
11
- uses: actions/setup-python@v2
12
with:
13
python-version: 3.x
14
- - run: pip install mkdocs-material
+ - run: pip install -r requirements.txt
15
- run: git fetch -u origin gh-pages:gh-pages
16
- run: mkdocs gh-deploy --force
0 commit comments