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 7b41a03 commit 8eb0bab
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
echo $sites_directory
sites+=("$sites_directory")
done
unique_sites=echo $sites[@] | tr ' ' '\n' | sort | uniq
unique_sites=$(echo $sites[@] | tr ' ' '\n' | sort | uniq)
echo SITES="${unique_sites[@]}" >> $GITHUB_OUTPUT;
- name: List Changed Files
Expand Down
1 change: 0 additions & 1 deletion sites/eighth-light/src/pages/experience.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ const themeConfig = Astro.locals.config
---

<LayoutDefault>
<p>hello</p>
<p class="mb-2">
Senior software developer looking for my next opportunity. I have {themeConfig.yoe} years of experience building
delightful products.
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 8eb0bab

Please sign in to comment.