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/deploy.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ deploy:
136
136
137
137
If you are deploying to `https://<USERNAME or GROUP>.gitlab.io/<REPO>/`, for example your repository is at `https://gitlab.com/<USERNAME>/<REPO>`, then set `base` to `'/<REPO>/'`.
138
138
139
-
2. Set `dest` in `.vitepress/config.js` to `public`.
139
+
2. Set `outDir` in `.vitepress/config.js` to `../public`.
140
140
141
141
3. Create a file called `.gitlab-ci.yml` in the root of your project with the content below. This will build and deploy your site whenever you make changes to your content:
0 commit comments