forked from recloudstream/cloudstream
oops
This commit is contained in:
parent
72b9a1c321
commit
ee12d0be43
1 changed files with 1 additions and 1 deletions
2
.github/workflows/generate_dokka.yml
vendored
2
.github/workflows/generate_dokka.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
path: "dokka"
|
path: "dokka"
|
||||||
|
|
||||||
- name: Clean old builds
|
- name: Clean old builds
|
||||||
run: rm -rf $GITHUB_WORKSPACE/src/html/*
|
run: rm -rf $GITHUB_WORKSPACE/dokka/html/*
|
||||||
|
|
||||||
- name: Setup JDK 11
|
- name: Setup JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
|
|
Loading…
Reference in a new issue