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 70d6596 commit 5984611
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/_generate_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
# workflows
for workflows in .github/workflows/* ; do
current-workflow="$(echo $workflows | cut -d'/' -f3)"
if [[ "$current-workflow" != "_*" && "$current-workflow" != "README" ]]; then
echo "$current-workflow"
workflowname="$(echo $current-workflow | cut -d'.' -f1)"
currentworkflow="$(echo $workflows | cut -d'/' -f3)"
if [[ "$currentworkflow" != "_*" && "$currentworkflow" != "README.md" ]]; then
echo "$currentworkflow"
workflowname="$(echo $currentworkflow | cut -d'.' -f1)"
echo "$workflowname"
fi
done
Expand Down

0 comments on commit 5984611

Please sign in to comment.