Skip to content

Commit 6c0e976

Browse files
committed
adjust GH Action
1 parent 891aeb5 commit 6c0e976

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Copy output to docs/
2525
run: |
2626
mkdir docs
27-
cp -r images/ docs/images
27+
#cp -r images/ docs/images
2828
cp -r assets/ docs/assets
2929
mv index.html docs/
3030

0 commit comments

Comments
 (0)