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 22ee892 commit f4bd80a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/_generate_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,14 @@ jobs:
# auto-doc -f actionfilename --colMaxWidth 10000 --colMaxWords 2000 -o $outputdocfile
# done
# docname="$(echo $workflowname | cut -d'.' -f1)"
# workflows
for workflows in .github/workflows/* ; do
# if [[ "$workflows" != "_*" && "$workflows" != "README" ]]; then
echo "$workflows"
current-workflow="$(echo $workflows | cut -d'/' -f3)"
if [[ "$current-workflow" != "_*" && "$current-workflow" != "README" ]]; then
echo "$current-workflow"
workflowname="$(echo $current-workflow | cut -d'.' -f1)"
echo "$workflowname"
# fi
done
Expand Down

0 comments on commit f4bd80a

Please sign in to comment.