We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2ac90 commit 9103fb6Copy full SHA for 9103fb6
.github/workflows/publish.yml
@@ -26,7 +26,9 @@ jobs:
26
# - if: steps.files_changed.outputs.src == 'true'
27
# run: ...
28
- name: List Changed Files
29
- run: echo '${{ steps.files_changed.outputs.files_changed_files }}'
+ run: |
30
+ echo ${{ steps.files_changed.outputs.lib_files }}
31
+ echo ${{ steps.files_changed.outputs.sites_files }}
32
33
# Run a build step here if your project requires
34
# - name: Publish to Cloudflare Pages
sites/gig-smart/src/pages/index.astro
@@ -5,7 +5,7 @@ import LayoutDefault from '@unicorn/common/src/layouts/layout.astro'
5
<LayoutDefault>
6
<section>
7
<p class="mb-2">
8
- GigSmart Cover Letter!!
+ GigSmart Cover Letter!!!
9
</p>
10
</section>
11
</LayoutDefault>
0 commit comments