Skip to content

Commit aed9c04

Browse files
committed
trigger build
1 parent 99aa569 commit aed9c04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
site_paths=(${{ toJson(steps.files_changed.outputs.sites_files) }})
3535
for i in "${site_paths[@]}";
3636
do
37-
sites_directory="${i#*/sites/}"
37+
sites_directory="${i#*sites/}"
3838
sites_directory="${sites_directory%%/*}"
3939
echo $sites_directory
4040
sites+=("$sites_directory")

sites/gig-smart/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import LayoutDefault from '@unicorn/common/src/layouts/layout.astro'
55
<LayoutDefault>
66
<section>
77
<p class="mb-2">
8-
GigSmart Cover Letter!
8+
GigSmart Cover Letter
99
</p>
1010
</section>
1111
</LayoutDefault>

0 commit comments

Comments
 (0)