Skip to content

Commit 1ee5363

Browse files
author
gdgate
authored
Merge pull request #531 from Mara3l/master
TRIVIAL: fix netlify manual deploy Reviewed-by: Jan Kadlec https://github.com/hkad98
2 parents 63ea0d4 + cf4b575 commit 1ee5363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/netlify-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
with:
2020
args: deploy -d docs/public --prod
2121
env:
22-
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
22+
NETLIFY_SITE_ID: 93e23db0-d31a-4a12-801a-b9479ffef486 # Not a secret
2323
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)