Skip to content

Commit 423cff9

Browse files
NAOR YUVALNAOR YUVAL
authored andcommitted
fix: use mkdocs.unified.yml for reference build (restore dark theme, nav)
Made-with: Cursor
1 parent ea3cd08 commit 423cff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build reference
5353
run: |
5454
cd mpcp-reference
55-
mkdocs build --config-file mkdocs.yml --strict
55+
mkdocs build --config-file mkdocs.unified.yml --strict
5656
mv site ../_site_reference
5757
5858
- name: Assemble site

0 commit comments

Comments
 (0)