Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 63ca810

Browse files
committed
Fix docs
1 parent d4b3f3e commit 63ca810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
env:
6868
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
6969
working-directory: ${{ github.workspace }}
70-
run: ../gradlew docs
70+
run: ./gradlew docs
7171
- name: "🚀 Publish to Github Pages"
7272
if: success()
7373
uses: micronaut-projects/github-pages-deploy-action@grails

0 commit comments

Comments
 (0)