We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d5f49 commit 5d60db5Copy full SHA for 5d60db5
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
pip install mkdocs mkdocs-material # add plugins if needed
33
34
- name: Build MkDocs site
35
- run: mkdocs build --strict --site-dir site
+ run: mkdocs build --site-dir site
36
37
- name: Upload Pages artifact
38
uses: actions/upload-pages-artifact@v3 # v3 is fine for Pages specifically now
0 commit comments