This commit is contained in:
Magnus Persson 2022-01-08 16:19:25 +01:00
parent 1d5e0ffb63
commit 604761dbe0

View File

@ -26,8 +26,9 @@ jobs:
ls -al ls -al
ls -al docs ls -al docs
git clone https://github.com/mp-se/gravitymon.git --branch ghpages --single-branch ghpages git clone https://github.com/mp-se/gravitymon.git --branch ghpages --single-branch ghpages
cp -r docs/* ghpages/ cp -r docs/* ghpages/docs
cd ghpages cd ghpages
touch docs/.nojekyll
git config --local user.email "action@noreply.github.com" git config --local user.email "action@noreply.github.com"
git config --local user.name "GitHub Action" git config --local user.name "GitHub Action"
git add . git add .