From 5758aa672c416a176d50596154e32afd91e4dd73 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Mon, 15 Aug 2022 12:38:25 +0200 Subject: [PATCH] Update generate_dokka.yml --- .github/workflows/generate_dokka.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate_dokka.yml b/.github/workflows/generate_dokka.yml index 38fe024b..fb0a59ba 100644 --- a/.github/workflows/generate_dokka.yml +++ b/.github/workflows/generate_dokka.yml @@ -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