Skip to content

Commit 5d60db5

Browse files
Update deploy.yml
1 parent 51d5f49 commit 5d60db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
pip install mkdocs mkdocs-material # add plugins if needed
3333
3434
- name: Build MkDocs site
35-
run: mkdocs build --strict --site-dir site
35+
run: mkdocs build --site-dir site
3636

3737
- name: Upload Pages artifact
3838
uses: actions/upload-pages-artifact@v3 # v3 is fine for Pages specifically now

0 commit comments

Comments
 (0)