Skip to content

Commit

Permalink
temp: Better specification of output
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Genov <[email protected]>
  • Loading branch information
Michaelpalacce committed Dec 5, 2024
1 parent 602211a commit a0c4024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/re-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
PLUGIN_FOLDER="${PLUGIN_FOLDER##*/}"
echo "Plugin Folder: $PLUGIN_FOLDER"
mvn help:describe -D"groupId=$GROUP_ID" -D"artifactId=$ARTIFACT_ID" -D"version=$PLUGIN_VERSION" -Ddetail --batch-mode -f $POM_PATH -Doutput docs/versions/latest/General/Cheatsheets/$PLUGIN_FOLDER-plugin-arguments.md
mvn help:describe -D"groupId=$GROUP_ID" -D"artifactId=$ARTIFACT_ID" -D"version=$PLUGIN_VERSION" -Ddetail --batch-mode -f $POM_PATH -D"output=docs/versions/latest/General/Cheatsheets/$PLUGIN_FOLDER-plugin-arguments.md"
done
- name: Print current branch
Expand Down

0 comments on commit a0c4024

Please sign in to comment.