diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index aaa461fe..ee26c63b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,6 +18,7 @@ jobs: run: | cd docs/_site sudo chown $(whoami):$(whoami) . -R + echo -n docs.kyoo.moe > CNAME git config --global user.email "${GITHUB_ACTOR}@github.com" git config --global user.name "${GITHUB_ACTOR}" git init diff --git a/README.md b/README.md index fd13967b..f99c7ca9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Feel free to open issues or pull requests, all contribution are welcomed. ## Getting started -- [Installation](https://docs.kyoo.moe/installation) +- [Installation](https://docs.kyoo.moe/start/install.html) - [Api Documentation](https://demo.kyoo.moe/redoc) - [Documentation (work in progress)](https://docs.kyoo.moe) - [Contributing](./CONTRIBUTING.md)