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: |
|
||||
pwd
|
||||
ls -al
|
||||
ls -al docs
|
||||
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
|
||||
git config --local user.email "action@noreply.github.com"
|
||||
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:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- dev2
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user