mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Update generate_dokka.yml
This commit is contained in:
parent
5758aa672c
commit
d987492d01
1 changed files with 1 additions and 1 deletions
2
.github/workflows/generate_dokka.yml
vendored
2
.github/workflows/generate_dokka.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE/dokka
|
cd $GITHUB_WORKSPACE/dokka
|
||||||
touch .nojekyll
|
touch .nojekyll
|
||||||
git config --local user.email "110591699+recloudstream@users.noreply.github.com"
|
git config --local user.email "111277985+recloudstream[bot]@users.noreply.github.com"
|
||||||
git config --local user.name "recloudstream[bot]"
|
git config --local user.name "recloudstream[bot]"
|
||||||
git add .
|
git add .
|
||||||
git commit --amend -m "Generate dokka for recloudstream/cloudstream@${GITHUB_SHA}" || exit 0 # do not error if nothing to commit
|
git commit --amend -m "Generate dokka for recloudstream/cloudstream@${GITHUB_SHA}" || exit 0 # do not error if nothing to commit
|
||||||
|
|
Loading…
Reference in a new issue