Skip to content

Commit 9103fb6

Browse files
committed
trigger build
1 parent 3a2ac90 commit 9103fb6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
# - if: steps.files_changed.outputs.src == 'true'
2727
# run: ...
2828
- name: List Changed Files
29-
run: echo '${{ steps.files_changed.outputs.files_changed_files }}'
29+
run: |
30+
echo ${{ steps.files_changed.outputs.lib_files }}
31+
echo ${{ steps.files_changed.outputs.sites_files }}
3032
3133
# Run a build step here if your project requires
3234
# - name: Publish to Cloudflare Pages

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)