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 8b6cf31 commit d333ad4
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 @@ -57,7 +57,7 @@ jobs:
for workflows in .github/workflows/* ; do
currentworkflow="$(echo $workflows | cut -d'/' -f3)"
echo "------->$currentworkflow<------"
if [[ "$currentworkflow" != "_*" || "$currentworkflow" != "README.md" ]]; then
if [[ $currentworkflow != _* && $currentworkflow != "README.md" ]]; then
echo "#### $currentworkflow ###"
workflowname="$(echo $currentworkflow | cut -d'.' -f1)"
# echo "$workflowname"
Expand Down

0 comments on commit d333ad4

Please sign in to comment.