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 3d8c1c4 commit 2b54332Copy full SHA for 2b54332
.github/workflows/deploy.docs.yml
@@ -25,4 +25,4 @@ jobs:
25
python -m pip install --upgrade pip
26
pip install -r requirements.txt
27
- name: Deploy 📦
28
- run: mkdocs gh-deploy --strict --force --message 'update website via GitHub Actions'
+ run: mkdocs gh-deploy --config-file mkdocs.yml --strict --force --clean --message 'update website via GitHub Actions'
0 commit comments