Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCGuyGitHub authored Nov 20, 2024
1 parent 0e1e91f commit 8a01062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
distribution: 'temurin'

- name: Make Gradle wrapper executable
run: chmod +x gradlew
run: chmod +x cloud/gradlew

- name: Build with Gradle
run: ./gradlew dokkaHtmlMultiModule
run: ./cloud/gradlew dokkaHtmlMultiModule

deploy:
environment:
Expand Down

0 comments on commit 8a01062

Please sign in to comment.