We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11a144 commit 029f609Copy full SHA for 029f609
.github/workflows/build-jlink-plugin.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Grant execute permission for publish.sh
24
run: chmod +x publish.sh
25
- name: Build with Gradle
26
- run: ./gradlew -is build asciidoc --scan
+ run: ./gradlew -is build groovydoc asciidoc --scan
27
- name: Run publish if necessary
28
env: # Or as an environment variable
29
GRGIT_USER: ${{ secrets.GRGIT_USER }}
0 commit comments