Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Dec 9, 2024
1 parent d4b3f3e commit 63ca810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
env:
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
working-directory: ${{ github.workspace }}
run: ../gradlew docs
run: ./gradlew docs
- name: "🚀 Publish to Github Pages"
if: success()
uses: micronaut-projects/github-pages-deploy-action@grails
Expand Down

0 comments on commit 63ca810

Please sign in to comment.