Skip to content

Commit a2c9c2f

Browse files
committed
adding comment
1 parent e8a0c5b commit a2c9c2f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

www/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ You may refer to the [official documentation](https://typedoc.org/guides/tags/)
8989
### What if my `docs_site` is not on the `main` branch ?
9090
Clean up your repository is good idea at this point and then start the process again:
9191
```bash
92-
git pull --rebase
93-
git clean -Xdn # -n for a dry-run and double-check what's to be cleaned out
94-
git clean -Xdf # the actual cleaning
92+
git pull --rebase # ensure that your local docs_site submodule is up-to-date
93+
git clean -Xdn # -n for a dry-run and double-check what's to be cleaned out
94+
git clean -Xdf # the actual cleaning
9595
```
9696

9797
### What if the hash is not in the commit message suggested along the process ?

0 commit comments

Comments
 (0)