We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0d2a4 commit 0e29374Copy full SHA for 0e29374
.github/workflows/deploy-web.yaml
@@ -24,4 +24,4 @@ jobs:
24
python -m pip install -e ".[dev]"
25
sudo apt-get install doxygen
26
- name: Build docs
27
- run: mkdocs build --clean --verbose
+ run: mkdocs gh-deploy --force
0 commit comments