Skip to content

Commit 35a6dac

Browse files
committed
fix: update build errors
1 parent 2088e19 commit 35a6dac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
2424
- name: Build MkDocs Product Documentation
2525
run: |
26-
mkdocs -f mkdocs-product.yml build --site-dir site-product
26+
mkdocs --config-file mkdocs-product.yml build --site-dir site-product
2727
2828
- name: Build MkDocs System Documentation
2929
run: |
30-
mkdocs -f mkdocs-system.yml build --site-dir site-system
30+
mkdocs --config-file mkdocs-system.yml build --site-dir site-system
3131
3232
- name: Deploy Product Documentation to OVH
3333
uses: appleboy/scp-action@v0.1.4

0 commit comments

Comments
 (0)