You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/ci.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ You can use `voidzero-dev/setup-vp` to use Vite+ in CI environments.
11
11
Set `<setup-vp-version>` in each example to an exact version from the [`setup-vp` releases page](https://github.com/voidzero-dev/setup-vp/releases). You can use a commit SHA instead. Do not use the `v1` tag. The `v1` tag no longer receives updates.
12
12
13
13
Run `vp migrate` to replace exact `voidzero-dev/setup-vp@v1` references in
14
-
GitHub Actions workflows and composite actions with the latest exact release
15
-
known to your Vite+ version. Existing exact versions and commit SHAs remain
16
-
unchanged.
14
+
GitHub Actions workflows and composite actions under `.github`with the latest
15
+
exact release known to your Vite+ version. Existing exact versions and commit
0 commit comments