Skip to content

Commit

Permalink
Test doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKora committed Nov 22, 2023
1 parent 0f377c6 commit d5e3b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_generate_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
currentworkflow="$(echo $workflows | cut -d'/' -f3)"
echo "------->$currentworkflow<------"
if [[ "$currentworkflow" != "_*" && "$currentworkflow" != "README.md" ]]; then
# echo "$currentworkflow"
echo "#### $currentworkflow ###"
workflowname="$(echo $currentworkflow | cut -d'.' -f1)"
# echo "$workflowname"
fi
Expand Down

0 comments on commit d5e3b7a

Please sign in to comment.