Skip to content

Commit

Permalink
Merge pull request quarkusio#40115 from gsmet/exclude-wallpapers
Browse files Browse the repository at this point in the history
Exclude wallpapers from the preview
  • Loading branch information
gsmet authored Apr 18, 2024
2 parents 621d8b2 + 3315867 commit 25dac45
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 25dac45

Please sign in to comment.