Commit fcb2234
Changed files (1)
.github
workflows
.github/workflows/pages.yml
@@ -32,7 +32,7 @@ jobs:
- name: Generate index.html
run: npm run generate-gh-pages
- name: Find & copy badges
- run: mkdir .pages && find ./badges -type f -name "*.png" -exec cp {} .pages \;
+ run: find ./badges -type f -name "*.png" -exec cp {} .pages \;
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: