We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24234e8 commit 326df97Copy full SHA for 326df97
.github/workflows/build.yaml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
mkdir for-gh-pages
29
mv fontbakery-report.html for-gh-pages
30
- mv proof/* for-gh-pages
+ mv out/* for-gh-pages
31
- name: Archive artifacts
32
uses: actions/upload-artifact@v4
33
with:
0 commit comments