This commit is contained in:
Cloudburst 2022-08-13 16:14:35 +02:00 committed by GitHub
parent 72b9a1c321
commit ee12d0be43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
path: "dokka"
- name: Clean old builds
run: rm -rf $GITHUB_WORKSPACE/src/html/*
run: rm -rf $GITHUB_WORKSPACE/dokka/html/*
- name: Setup JDK 11
uses: actions/setup-java@v1