forked from recloudstream/cloudstream
Update generate_dokka.yml
This commit is contained in:
parent
ec97feabad
commit
5758aa672c
1 changed files with 2 additions and 1 deletions
3
.github/workflows/generate_dokka.yml
vendored
3
.github/workflows/generate_dokka.yml
vendored
|
@ -64,8 +64,9 @@ jobs:
|
||||||
- name: Push builds
|
- name: Push builds
|
||||||
run: |
|
run: |
|
||||||
cd $GITHUB_WORKSPACE/dokka
|
cd $GITHUB_WORKSPACE/dokka
|
||||||
|
touch .nojekyll
|
||||||
git config --local user.email "110591699+recloudstream@users.noreply.github.com"
|
git config --local user.email "110591699+recloudstream@users.noreply.github.com"
|
||||||
git config --local user.name "recloudstream"
|
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
|
||||||
git push --force
|
git push --force
|
||||||
|
|
Loading…
Reference in a new issue