We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1122251 commit 66ec45aCopy full SHA for 66ec45a
.github/workflows/dockerbuild.yaml
@@ -24,7 +24,7 @@ jobs:
24
for i in flist:
25
a,v = i.split('/')
26
# Look for folders only
27
- if 'unsupported' in v:
+ if 'unsupported' in v or 'unsupported' in a:
28
continue
29
30
if '.md' in v:
0 commit comments