Skip to content

Commit 565fa6b

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

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
2727
cp -r assets/ docs/assets
2828
mv index.html docs/
2929

0 commit comments

Comments
 (0)