Skip to content

Commit

Permalink
Reduce CI log verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf committed Dec 1, 2021
1 parent 99eb2a4 commit 6b477fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
run: ./bundle-all.sh
working-directory: bundling

- name: Install headers
run: cp -v netlify.toml bundles/
working-directory: bundling

- name: Show output
run: find bundling

- name: Netlify deployment
uses: nwtgck/[email protected]
with:
Expand Down
3 changes: 3 additions & 0 deletions bundling/bundle-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ echo 'Done.'
echo
echo 'Created output:'
du -ch bundles/*

echo "Copying config file into output directory"
cp -v netlify.toml bundles/

0 comments on commit 6b477fa

Please sign in to comment.