Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcguin committed May 15, 2024
1 parent 45ab744 commit 2296499
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- name: Build Matrix
id: sites_matrix
run: |
site_paths=(${{ fromJSON(steps.files_changed.outputs.sites_files) }})
site_paths=(${{steps.files_changed.outputs.sites_files}})
echo SITE_PATHS="${site_paths[@]}"
sites=()
for i in "${site_paths[@]}";
do
Expand Down
2 changes: 1 addition & 1 deletion sites/eighth-light/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import LayoutDefault from '@unicorn/common/src/layouts/layout.astro'
<LayoutDefault>
<section>
<p class="mb-2">
8th Light Cover Letter
8th Light Cover Letter!
</p>
</section>
</LayoutDefault>
2 changes: 1 addition & 1 deletion sites/gig-smart/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import LayoutDefault from '@unicorn/common/src/layouts/layout.astro'
<LayoutDefault>
<section>
<p class="mb-2">
GigSmart Cover Letter
GigSmart Cover Letter!
</p>
</section>
</LayoutDefault>

0 comments on commit 2296499

Please sign in to comment.