Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Generate Auth Javadoc
run: ./gradlew auth-lib:authReleaseJavadoc
- name: Generate Auth Documentation
run: ./gradlew auth-lib:authReleaseDokka

- name: Generate Store Javadoc
run: ./gradlew auth-lib:storeReleaseJavadoc
- name: Generate Store Documentation
run: ./gradlew auth-lib:storeReleaseDokka

- name: Prepare gh-pages directory structure
run: |
Expand Down
255 changes: 0 additions & 255 deletions auth-lib/build.gradle

This file was deleted.

Loading