docs(contributing): new section by contributors

This commit is contained in:
Leifer Mendez
2022-12-29 13:28:55 +01:00
parent 3af618d466
commit d39feb78f0
2 changed files with 5 additions and 5 deletions

View File

@@ -63,6 +63,6 @@ jobs:
uses: netlify/actions/cli@master
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.DEV_NETLIFY_SITE_ID }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
with:
args: deploy --context packages/docs/netlify.toml --build
args: deploy --context packages/docs/netlify.toml --build --site ${{ secrets.NETLIFY_SITE_ID }}