feat: migrate to VitePress from monorepo docs, add test-contour section
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user