Skip to content

Commit b1696a1

Browse files
committed
adding netlify site id
1 parent 2b761ca commit b1696a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/netlify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Deploy to netlify
4141
run: |
4242
npm install -g netlify-cli
43-
netlify deploy --prod --site=gno-docs --debug
43+
netlify deploy --prod --debug
4444
env:
4545
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
46-
# NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
46+
NETLIFY_SITE_ID: 934810b0-d825-41ed-8bd9-aed43ace6439

0 commit comments

Comments
 (0)