We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a0c5b commit a2c9c2fCopy full SHA for a2c9c2f
1 file changed
www/README.md
@@ -89,9 +89,9 @@ You may refer to the [official documentation](https://typedoc.org/guides/tags/)
89
### What if my `docs_site` is not on the `main` branch ?
90
Clean up your repository is good idea at this point and then start the process again:
91
```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
+git pull --rebase # ensure that your local docs_site submodule is up-to-date
+git clean -Xdn # -n for a dry-run and double-check what's to be cleaned out
+git clean -Xdf # the actual cleaning
95
```
96
97
### What if the hash is not in the commit message suggested along the process ?
0 commit comments