We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2638e27 commit 3f4dedaCopy full SHA for 3f4deda
.github/workflows/deploy-docs.yml
@@ -36,7 +36,8 @@ jobs:
36
pip install -r docs/requirements.txt
37
38
- name: Build documentation
39
- run: mkdocs build --config-file docs/mkdocs.yml
+ run: |
40
+ mkdocs build --config-file docs/mkdocs.yml
41
42
- name: Create commit
43
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
0 commit comments