Skip to content

Commit

Permalink
🔨 CI: fix docs upload
Browse files Browse the repository at this point in the history
  • Loading branch information
berlix committed Jan 11, 2024
1 parent def2c59 commit e552f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:

- name: Build docs
run: |
./gradlew dokkaHtmlMultiModule --info --stacktrace
./gradlew dokkaHtml --info --stacktrace
mkdir -p ./build/pages/apidocs
cp -r ./build/dokka/htmlMultiModule ./build/pages/apidocs/latest
cp -r ./build/dokka/html ./build/pages/apidocs/latest
- name: Set up GitHub Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit e552f2c

Please sign in to comment.