mirror of
https://github.com/recloudstream/cloudstream.git
synced 2025-05-17 19:25:55 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
3
.github/workflows/generate_dokka.yml
vendored
3
.github/workflows/generate_dokka.yml
vendored
@ -40,7 +40,6 @@ jobs:
|
||||
- name: Clean old builds
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE/dokka/
|
||||
rm -rf "./-cloudstream"
|
||||
rm -rf "./app"
|
||||
rm -rf "./library"
|
||||
|
||||
@ -71,4 +70,4 @@ jobs:
|
||||
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
|
||||
git push --force
|
||||
|
Reference in New Issue
Block a user