Skip to content

Commit 469bd2a

Browse files
authored
working on netlify workflow
Signed-off-by: Sergio Maria Matone <[email protected]>
1 parent 5a8be21 commit 469bd2a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/netlify.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- main
8+
- fix/netlify
89

910
jobs:
1011
deploy-netlify:
@@ -39,7 +40,11 @@ jobs:
3940
- name: Deploy to netlify
4041
uses: netlify/actions/cli@master
4142
with:
42-
args: deploy --site gno-docs --prod
43+
args: |
44+
deploy
45+
--prod
46+
--site=gno-docs
47+
--debug
4348
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4549
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
50+
# NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)