add deploy-previews to pull requests

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2024-04-22 14:37:50 -07:00
parent 61e4d418b3
commit 762295696c
2 changed files with 56 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ jobs:
uses: jsmrcaga/action-netlify-deploy@v2.0.0
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_TOKEN_SECRET }}
NETLIFY_SITE_ID: 739126f7-7f3a-464e-8295-1b2a978eef3b
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_DEPLOY_TO_PROD: true
install_command: "echo Skipping installing the dependencies"
build_command: "echo Skipping building the web files"