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 5984611 commit 0f377c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/_generate_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ jobs:
# workflows
for workflows in .github/workflows/* ; do
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"
# echo "$workflowname"
fi
done
Expand Down

0 comments on commit 0f377c6

Please sign in to comment.