Skip to content

Commit 2b54332

Browse files
authored
Update deploy.docs.yml
1 parent 3d8c1c4 commit 2b54332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
python -m pip install --upgrade pip
2626
pip install -r requirements.txt
2727
- name: Deploy 📦
28-
run: mkdocs gh-deploy --strict --force --message 'update website via GitHub Actions'
28+
run: mkdocs gh-deploy --config-file mkdocs.yml --strict --force --clean --message 'update website via GitHub Actions'

0 commit comments

Comments
 (0)