Test
This commit is contained in:
parent
1d5e0ffb63
commit
604761dbe0
3
.github/workflows/doc-build.yaml
vendored
3
.github/workflows/doc-build.yaml
vendored
@ -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 .
|
||||||
|
Loading…
Reference in New Issue
Block a user