Skip to content

Commit

Permalink
Exclude wallpapers from the preview
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Apr 17, 2024
1 parent a8d3b17 commit 3315867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3315867

Please sign in to comment.