Skip to content

Commit 0824bb0

Browse files
committed
ci: move them into docs
1 parent c01e561 commit 0824bb0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
uses: actions/download-artifact@v4
7474
with:
7575
pattern: "*.svg"
76+
- name: move them into docs
77+
run: |
78+
mkdir docs
79+
mv *.svg docs/
7680
- name: upload badge to artifact
7781
uses: actions/upload-pages-artifact@v2
7882
with:

0 commit comments

Comments
 (0)