This commit is contained in:
Magnus Persson 2022-01-08 16:10:09 +01:00
parent dfe6bbf61d
commit 1d5e0ffb63
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -3,7 +3,7 @@ name: PlatformIO CI
on: on:
push: push:
branches: branches:
- dev - dev2
jobs: jobs:
build: build: