Skip to content

Commit f9e9630

Browse files
committed
ci: fix a typo
1 parent e2b4504 commit f9e9630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
if [ $count != '0' ]; then
163163
rm -rf docs/* || true
164164
touch docs/.nojekyll
165-
cp -rv "artifacts/*" docs
165+
cp -rv artifacts/* docs
166166
fi
167167
168168
- name: 🧹 Cleanup regenerated docs

0 commit comments

Comments
 (0)