Fix site build (#290)

This commit is contained in:
Franck Nijhof 2021-05-01 11:51:29 +02:00 committed by GitHub
parent 675c290b4d
commit 977b4d507b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,8 @@ curl https://raw.githubusercontent.com/hassio-addons/repository-edge/master/READ
# Get the pages into the docs folder
ln -sf ../README.md docs/index.md
ln -sf ../LICENSE.md docs/license.md
ln -sf ../CONTRIBUTING.md docs/contributing.md
ln -sf ../CODE_OF_CONDUCT.md docs/code-of-conduct.md
ln -sf ../.github/CONTRIBUTING.md docs/contributing.md
ln -sf ../.github/CODE_OF_CONDUCT.md docs/code-of-conduct.md
# Build!
mkdocs build