Skip to content

Commit

Permalink
fix: update yaml formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkmcadoo committed Jan 30, 2024
1 parent 4dadfa7 commit 4f58389
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/trigger-netlify-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
deploy-preview:
runs-on: ubuntu-latest
steps:
if: contains(github.event.comment.body, 'netlify build')
- name: deploy to preview mode
uses: thundermiracle/netlify-deploy@v3
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN}}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID}}
deploy-dir: "./public"
extra-cache-path: |
.cache
public
- name: deploy to preview mode
if: contains(github.event.comment.body, 'netlify build')
uses: thundermiracle/netlify-deploy@v3
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN}}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID}}
deploy-dir: './public'
extra-cache-path: |
.cache
public

0 comments on commit 4f58389

Please sign in to comment.