mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-07 04:31:25 +00:00
Fix site build (#290)
This commit is contained in:
parent
675c290b4d
commit
977b4d507b
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ curl https://raw.githubusercontent.com/hassio-addons/repository-edge/master/READ
|
||||||
# Get the pages into the docs folder
|
# Get the pages into the docs folder
|
||||||
ln -sf ../README.md docs/index.md
|
ln -sf ../README.md docs/index.md
|
||||||
ln -sf ../LICENSE.md docs/license.md
|
ln -sf ../LICENSE.md docs/license.md
|
||||||
ln -sf ../CONTRIBUTING.md docs/contributing.md
|
ln -sf ../.github/CONTRIBUTING.md docs/contributing.md
|
||||||
ln -sf ../CODE_OF_CONDUCT.md docs/code-of-conduct.md
|
ln -sf ../.github/CODE_OF_CONDUCT.md docs/code-of-conduct.md
|
||||||
|
|
||||||
# Build!
|
# Build!
|
||||||
mkdocs build
|
mkdocs build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue