We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed70549 commit 6f1fb0aCopy full SHA for 6f1fb0a
.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