fix(mkdocs): default to docs directory as root

!26
This commit is contained in:
2023-05-23 09:37:13 +09:30
parent 657df7a5ce
commit 7a9aca3a54
2 changed files with 3 additions and 3 deletions

View File

@ -71,9 +71,9 @@ MKDocs build:
When you include this definition the following makes up the job definition
``` yaml title=".gitlab-ci.yml"
``` yaml title=".gitlab-ci.yml" linenums="1"
--8<-- "../../mkdocs/.gitlab-ci.yml"
--8<-- "mkdocs/.gitlab-ci.yml"
```