summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2023-05-01 14:31:11 -0400
committerGitHub <noreply@github.com>2023-05-01 14:31:11 -0400
commit2b241ac9148b17da3a5784408b8306d39848e765 (patch)
tree2ecd8d9c8902ff417ecb24ef118d42e4d769fab4 /.github
parent1ceaef26b8d475c03fef52a2346fd2d6d75cc6b9 (diff)
downloadgitea-2b241ac9148b17da3a5784408b8306d39848e765.tar.gz
gitea-2b241ac9148b17da3a5784408b8306d39848e765.zip
correct env vars
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push-publish_docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-publish_docs.yml b/.github/workflows/push-publish_docs.yml
index aba22143ff..579157ccd8 100644
--- a/.github/workflows/push-publish_docs.yml
+++ b/.github/workflows/push-publish_docs.yml
@@ -26,6 +26,6 @@ jobs:
with:
production-branch: main
publish-dir: docs/public/
- site-id: d2260bae-7861-4c02-8646-8f6440b12672
env:
+ NETLIFY_SITE_ID: d2260bae-7861-4c02-8646-8f6440b12672
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}