Testing
This commit is contained in:
parent
dfe6bbf61d
commit
1d5e0ffb63
3
.github/workflows/doc-build.yaml
vendored
3
.github/workflows/doc-build.yaml
vendored
@ -24,8 +24,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
ls -al
|
ls -al
|
||||||
|
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/_build/html/* ghpages/
|
cp -r docs/* ghpages/
|
||||||
cd ghpages
|
cd ghpages
|
||||||
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"
|
||||||
|
2
.github/workflows/pio-build.yaml
vendored
2
.github/workflows/pio-build.yaml
vendored
@ -3,7 +3,7 @@ name: PlatformIO CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- dev
|
- dev2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user