diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fad471c..ffc16a2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -44,7 +44,7 @@ jobs: done unique_sites=$(echo $sites | tr ' ' '\n' | sort | uniq) echo $unique_sites - echo SITES="${unique_sites}" >> $GITHUB_OUTPUT; + echo SITES="${unique_sites[@]}" >> $GITHUB_OUTPUT; - name: List Changed Files run: | diff --git a/sites/eighth-light/src/pages/index.astro b/sites/eighth-light/src/pages/index.astro index 078a561..0ee9b13 100644 --- a/sites/eighth-light/src/pages/index.astro +++ b/sites/eighth-light/src/pages/index.astro @@ -5,7 +5,7 @@ import LayoutDefault from '@unicorn/common/src/layouts/layout.astro'

- 8th Light Cover Letter + 8th Light Cover Letter!

diff --git a/sites/gig-smart/src/pages/index.astro b/sites/gig-smart/src/pages/index.astro index 359edd8..5a369a1 100644 --- a/sites/gig-smart/src/pages/index.astro +++ b/sites/gig-smart/src/pages/index.astro @@ -5,7 +5,7 @@ import LayoutDefault from '@unicorn/common/src/layouts/layout.astro'

- GigSmart Cover Letter + GigSmart Cover Letter!