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 5144e79 commit 9671564Copy full SHA for 9671564
.github/workflows/deploy.yml
@@ -25,10 +25,9 @@ jobs:
25
with:
26
python-version: "3.x"
27
28
- - name: Install dependencies
+ - name: Install dependencies and build
29
run: |
30
pip install -r requirements.txt
31
- # If you don't need strict link checking, omit --strict below
32
mkdocs build --site-dir site
33
- name: Upload artifact
34
uses: actions/upload-pages-artifact@v3
0 commit comments