Skip to content

Commit 3d3d748

Browse files
committed
Trim out a bit more superfluous content
1 parent 749fdd7 commit 3d3d748

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/preview.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,11 @@ jobs:
110110
run: |
111111
find assets/images/posts/ -mindepth 1 -maxdepth 1 -type d -mtime +100 -exec rm -rf _site/{} \;
112112
find newsletter/ -mindepth 1 -maxdepth 1 -type d -mtime +100 -exec rm -rf _site/{} \;
113+
rm -rf _site/assets/stickers
113114
rm -rf _site/assets/images/worldtour/2023
115+
rm -rf _site/assets/images/worldtour/2024
114116
rm -rf _site/assets/images/desktopwallpapers
117+
rm -rf _site/assets/images/stickers
115118
116119
- name: Publishing to surge for preview
117120
id: deploy

0 commit comments

Comments
 (0)