update deploy script (#48)

Reviewed-on: #48
Co-authored-by: chris b <blue.iron1752@chrisb.xyz>
Co-committed-by: chris b <blue.iron1752@chrisb.xyz>
This commit is contained in:
chris b 2023-11-13 15:56:26 -05:00 committed by gitea web
parent 2b3a6625fb
commit e80a31483a
Signed by: gitea web
GPG Key ID: 5C5A145CBA890DA4
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
- name: 🛠️ Build and Upload to Netlify
id: upload
uses: 'https://git.chriswb.dev/chrisw-b/ci-cd/deploy-to-netlify@v6.3.1'
uses: https://git.chriswb.dev/chrisw-b/ci-cd/deploy-to-netlify@v6.4
with:
GITHUB_API_URL: ${{ github.api_url }}
GITHUB_REPOSITORY: ${{ github.repository }}

View File

@ -30,7 +30,7 @@ jobs:
- name: 🛠️ Build and Upload to Netlify
id: upload
uses: https://git.chriswb.dev/chrisw-b/ci-cd/deploy-to-netlify@v6.3.1
uses: https://git.chriswb.dev/chrisw-b/ci-cd/deploy-to-netlify@v6.4
with:
GITHUB_API_URL: ${{ github.api_url }}
GITHUB_REPOSITORY: ${{ github.repository }}