feat: migrate to VitePress from monorepo docs, add test-contour section

This commit is contained in:
sova-bootstrap
2026-05-28 12:29:31 +03:00
parent e90dfe1bd4
commit e3e438df68
76 changed files with 11998 additions and 60 deletions
+8 -4
View File
@@ -17,11 +17,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate site files
- uses: actions/setup-node@v4
with:
node-version: '24'
- name: Build VitePress site
run: |
test -f site/index.html
test -f site/README.md
test -f site/docs/test-contour-article.md
npm ci
npm run build
test -f .vitepress/dist/index.html
test -f infrastructure/test-contour/test-contour-article.md
parse-tag:
if: startsWith(github.ref, 'refs/tags/docs-v')