Update generate_dokka.yml

This commit is contained in:
Cloudburst 2022-08-15 12:38:25 +02:00 committed by GitHub
parent ec97feabad
commit 5758aa672c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -64,8 +64,9 @@ jobs:
- name: Push builds
run: |
cd $GITHUB_WORKSPACE/dokka
touch .nojekyll
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 commit --amend -m "Generate dokka for recloudstream/cloudstream@${GITHUB_SHA}" || exit 0 # do not error if nothing to commit
git push --force