Skip to content

Commit 2afbb4e

Browse files
Henrikulivz
Henrik
authored andcommitted
docs: add missing < (#302)
1 parent 9856487 commit 2afbb4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/deploy.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following guides are based on a few shared assumptions:
2020

2121
If you are deploying to `https://<USERNAME>.github.io/`, you can omit `base` as it defaults to `"/"`.
2222

23-
If your are deploying to `https://<USERNAME>.github.io/<REPO>/`, (i.e. your repository is at `https://github.com/<USERNAME>/REPO>`), set `base` to `"/<REPO>/"`.
23+
If your are deploying to `https://<USERNAME>.github.io/<REPO>/`, (i.e. your repository is at `https://github.com/<USERNAME>/<REPO>`), set `base` to `"/<REPO>/"`.
2424

2525
2. Inside your project, create `deploy.sh` with the following content (with highlighted lines uncommented appropriately) and run it to deploy:
2626

@@ -62,7 +62,7 @@ You can also run the above script in your CI setup to enable automatic deploymen
6262

6363
If you are deploying to `https://<USERNAME or GROUP>.gitlab.io/`, you can omit `base` as it defaults to `"/"`.
6464

65-
If your are deploying to `https://<USERNAME or GROUP>.gitlab.io/<REPO>/`, (i.e. your repository is at `https://gitlab.com/<USERNAME>/REPO>`), set `base` to `"/<REPO>/"`.
65+
If your are deploying to `https://<USERNAME or GROUP>.gitlab.io/<REPO>/`, (i.e. your repository is at `https://gitlab.com/<USERNAME>/<REPO>`), set `base` to `"/<REPO>/"`.
6666

6767
2. Set `dest` in `.vuepress/config.js` to `public`.
6868

0 commit comments

Comments
 (0)