diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2eab13..52d7317 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: move them into docs run: | mkdir docs - mv *.svg docs/ + mv **.svg docs/ - name: upload badge to artifact uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1 with: