We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2088e19 commit 35a6dacCopy full SHA for 35a6dac
.github/workflows/deploy-docs.yml
@@ -23,11 +23,11 @@ jobs:
23
24
- name: Build MkDocs Product Documentation
25
run: |
26
- mkdocs -f mkdocs-product.yml build --site-dir site-product
+ mkdocs --config-file mkdocs-product.yml build --site-dir site-product
27
28
- name: Build MkDocs System Documentation
29
30
- mkdocs -f mkdocs-system.yml build --site-dir site-system
+ mkdocs --config-file mkdocs-system.yml build --site-dir site-system
31
32
- name: Deploy Product Documentation to OVH
33
uses: appleboy/scp-action@v0.1.4
0 commit comments