We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6272dde commit 34dafcdCopy full SHA for 34dafcd
1 file changed
.github/workflows/docs.yml
@@ -55,7 +55,7 @@ jobs:
55
# --- 5. Собираем MkDocs ---
56
- name: Build MkDocs site
57
working-directory: docs
58
- run: mkdocs build --strict --clean
+ run: npm run docs:build
59
60
# --- 6. Публикуем на GitHub Pages ---
61
- name: Deploy to GitHub Pages
0 commit comments