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:
parent
2b3a6625fb
commit
e80a31483a
|
@ -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 }}
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue