forked from recloudstream/cloudstream
fix dokka?
This commit is contained in:
parent
29aa541dce
commit
d057a73368
2 changed files with 1 additions and 7 deletions
3
.github/workflows/generate_dokka.yml
vendored
3
.github/workflows/generate_dokka.yml
vendored
|
@ -39,9 +39,8 @@ jobs:
|
|||
|
||||
- name: Clean old builds
|
||||
run: |
|
||||
shopt -s extglob
|
||||
cd $GITHUB_WORKSPACE/dokka/
|
||||
rm -rf !(.git)
|
||||
rm -rf "./-cloudstream"
|
||||
|
||||
- name: Setup JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
files:
|
||||
- source: /app/src/main/res/values/strings.xml
|
||||
translation: /app/src/main/res/values-%android_code%/strings.xml
|
||||
- source: /app/src/main/res/values/array.xml
|
||||
translation: /app/src/main/res/values-%android_code%/array.xml
|
Loading…
Reference in a new issue