README: Fixing install link

This commit is contained in:
Zoe Roux
2021-11-01 21:29:39 +01:00
parent 362ec948c9
commit a32e24e77e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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