Skip to content

Commit 34dafcd

Browse files
committed
fix: Change MkDocs build command to use npm script for consistency
1 parent 6272dde commit 34dafcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# --- 5. Собираем MkDocs ---
5656
- name: Build MkDocs site
5757
working-directory: docs
58-
run: mkdocs build --strict --clean
58+
run: npm run docs:build
5959

6060
# --- 6. Публикуем на GitHub Pages ---
6161
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)