Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 4f58389

Browse files
committed
fix: update yaml formatting again
1 parent 4dadfa7 commit 4f58389

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/trigger-netlify-build.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ jobs:
88
deploy-preview:
99
runs-on: ubuntu-latest
1010
steps:
11-
if: contains(github.event.comment.body, 'netlify build')
12-
- name: deploy to preview mode
13-
uses: thundermiracle/netlify-deploy@v3
14-
with:
15-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN}}
16-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID}}
17-
deploy-dir: "./public"
18-
extra-cache-path: |
19-
.cache
20-
public
11+
- name: deploy to preview mode
12+
if: contains(github.event.comment.body, 'netlify build')
13+
uses: thundermiracle/netlify-deploy@v3
14+
with:
15+
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN}}
16+
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID}}
17+
deploy-dir: './public'
18+
extra-cache-path: |
19+
.cache
20+
public

0 commit comments

Comments
 (0)