Skip to content

Commit 4e863fb

Browse files
Merge pull request #13 from kevinbackhouse/dont-delete-builds
Don't delete the html/builds directory
2 parents 04c29d5 + 3087662 commit 4e863fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/exiv2.org.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
done
8989
9090
# Cleanup
91-
rm -fr /tmp/artifacts.txt $EXIV2WEB/html/releases $EXIV2WEB/html/builds
91+
rm -fr /tmp/artifacts.txt $EXIV2WEB/html/releases
9292
9393
- name: Add CSS marker if pre-release
9494
if: contains(matrix.EXIV2TAG, 'RC')

0 commit comments

Comments
 (0)