Skip to content

Commit

Permalink
temp: Attempt to write directly
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 0a8bc4e commit 602211a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/re-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +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 | awk '!/INFO/ && !/WARNING/{ print $0 }' | tail -n +2 > 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 -q -DforceStdout
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
done
- name: Print current branch
Expand Down

0 comments on commit 602211a

Please sign in to comment.