Skip to content

Commit 158c54b

Browse files
author
César Alberca
committed
Fix format
1 parent 2aa62a5 commit 158c54b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13+
1314
- name: Publish
1415
uses: netlify/actions/cli@master
1516
with:
1617
args: deploy --prod
17-
env:
18-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
19-
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
18+
env:
19+
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
20+
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)