Skip to content

Commit

Permalink
try to get it a little lower
Browse files Browse the repository at this point in the history
Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
kingdonb committed Apr 26, 2024
1 parent 3dadc81 commit daabef4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ jobs:
hugo version; popd
make build
pushd website/public
rm -r blog
rm -r img/logos
rm -r flux/cmd
rm -r flux/components
rm -r flux/cheatsheets # Get us below 500 (https://github.com/spinkube/containerd-shim-spin/issues/28)
rm -r flagger blog img/logos flux/cmd flux/components
rm -r flux/installation img/diagrams
rm -r flux/use-cases flux/guides flux/monitoring flux/migration
rm -r flux/cheatsheets # Get us below 300 (https://github.com/spinkube/containerd-shim-spin/issues/28)
popd
- name: Install Spin
Expand Down

0 comments on commit daabef4

Please sign in to comment.