From 3315867ebfdc4c4c8a3d05d97346f839d446108a Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 17 Apr 2024 10:42:43 +0200 Subject: [PATCH] Exclude wallpapers from the preview --- .github/workflows/preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index ba6d5146d4d6d..32208ac9fb5d6 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -90,6 +90,7 @@ jobs: find assets/images/posts/ -mindepth 1 -maxdepth 1 -type d -mtime +100 -exec rm -rf _site/{} \; find newsletter/ -mindepth 1 -maxdepth 1 -type d -mtime +100 -exec rm -rf _site/{} \; rm -rf _site/assets/images/worldtour/2023 + rm -rf _site/assets/images/desktopwallpapers - name: Publishing to surge for preview id: deploy