Skip to content

Commit

Permalink
Merge branch 'master' into optimized-defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb authored Aug 24, 2023
2 parents 9125462 + ba06470 commit b047ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
npm run build-sitemap
cd -
mv web/public_content ./
rm -rf $(find . -maxdepth 1 -not -name public_content -a -not -name .git -a -not -path . -a -not -path .. -a -not -name CNAME)
rm -rf $(find . -maxdepth 1 -not -name public_content -a -not -name .git -a -not -name .gitmodules -a -not -path . -a -not -path .. -a -not -name CNAME)
mv public_content/* ./
rm -rf public_content
git add ./
Expand Down

0 comments on commit b047ec3

Please sign in to comment.