Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcguin committed May 14, 2024
1 parent 3a2ac90 commit 9103fb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
# - if: steps.files_changed.outputs.src == 'true'
# run: ...
- name: List Changed Files
run: echo '${{ steps.files_changed.outputs.files_changed_files }}'
run: |
echo ${{ steps.files_changed.outputs.lib_files }}
echo ${{ steps.files_changed.outputs.sites_files }}
# Run a build step here if your project requires
# - name: Publish to Cloudflare Pages
Expand Down
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 9103fb6

Please sign in to comment.