Skip to content

Commit 6c1b79b

Browse files
authored
Update deploy-site.yml
1 parent 565fa6b commit 6c1b79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Copy output to docs/
2424
run: |
2525
mkdir docs
26-
#cp -r images/ docs/images
26+
cp -r images/ docs/images || true
2727
cp -r assets/ docs/assets
2828
mv index.html docs/
2929

0 commit comments

Comments
 (0)