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:
Rui Chen
2024-05-14 14:22:13 -04:00
committed by GitHub
parent a630646b8f
commit 50cd3d3ac6
56 changed files with 1316 additions and 4974 deletions

View File

@@ -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: |