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 0d14407 commit 04c29d5Copy full SHA for 04c29d5
.github/workflows/exiv2.org.yml
@@ -94,6 +94,11 @@ jobs:
94
if: contains(matrix.EXIV2TAG, 'RC')
95
run: sed -E '/PreRelease.png/s/\/\*|\*\// /g' -i $EXIV2WEB/html/include/exiv2.css
96
97
+ - name: List all files before deploy
98
+ run: |
99
+ cd $EXIV2WEB
100
+ find . -type f
101
+
102
- name: Deploy static content for exiv2.org
103
uses: peaceiris/actions-gh-pages@v3
104
if: github.ref == 'refs/heads/main' && !contains(matrix.EXIV2TAG, 'RC')
0 commit comments