mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-05 07:48:28 +00:00
feat: migrate off vuepress to vitepress (#4515)
Signed-off-by: Rui Chen <rui@chenrui.dev> Co-authored-by: PePe Amengual <jose.amengual@gmail.com>
This commit is contained in:
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
@@ -40,6 +40,6 @@ provider/gitlab:
|
||||
|
||||
website:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file: 'runatlantis.io/.vuepress/**/*'
|
||||
- any-glob-to-any-file: 'runatlantis.io/.vitepress/**/*'
|
||||
- any-glob-to-any-file: 'package.json'
|
||||
- any-glob-to-any-file: 'pnpm-lock.yaml'
|
||||
|
||||
2
.github/workflows/website.yml
vendored
2
.github/workflows/website.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
||||
pnpm website:build
|
||||
|
||||
# start http-server for integration testing
|
||||
npx http-server runatlantis.io/.vuepress/dist &
|
||||
npx http-server runatlantis.io/.vitepress/dist &
|
||||
|
||||
- name: Run Playwright E2E tests
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user