Skip to content

Commit 029f609

Browse files
committed
create groovydoc
1 parent e11a144 commit 029f609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-jlink-plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Grant execute permission for publish.sh
2424
run: chmod +x publish.sh
2525
- name: Build with Gradle
26-
run: ./gradlew -is build asciidoc --scan
26+
run: ./gradlew -is build groovydoc asciidoc --scan
2727
- name: Run publish if necessary
2828
env: # Or as an environment variable
2929
GRGIT_USER: ${{ secrets.GRGIT_USER }}

0 commit comments

Comments
 (0)