Skip to content

Commit 04c29d5

Browse files
kevinbackhousekmilos
authored andcommitted
List all files before deploy, to help with debugging
1 parent 0d14407 commit 04c29d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/exiv2.org.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,11 @@ jobs:
9494
if: contains(matrix.EXIV2TAG, 'RC')
9595
run: sed -E '/PreRelease.png/s/\/\*|\*\// /g' -i $EXIV2WEB/html/include/exiv2.css
9696

97+
- name: List all files before deploy
98+
run: |
99+
cd $EXIV2WEB
100+
find . -type f
101+
97102
- name: Deploy static content for exiv2.org
98103
uses: peaceiris/actions-gh-pages@v3
99104
if: github.ref == 'refs/heads/main' && !contains(matrix.EXIV2TAG, 'RC')

0 commit comments

Comments
 (0)