Skip to content

Commit

Permalink
Cd then execute gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymclean committed May 4, 2024
1 parent 56c3eec commit f10781d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Javadoc with Gradle
run: ./repository/gradlew javadoc
run: cd ./repository/ && ./gradlew javadoc
- name: Move to GH Pages Branch
run: mv ./repository/build/docs/javadoc/* ./pages/javadoc/v${{ needs.version.outputs.version }}/
- name: Generate Directory Listings
Expand Down

0 comments on commit f10781d

Please sign in to comment.