Skip to content

Commit

Permalink
try latest netlify deploy action (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 authored Feb 29, 2024
1 parent 048e03b commit 308b0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: "Deploy to Netlify"
steps:
- uses: actions/checkout@v2
- uses: jsmrcaga/action-netlify-deploy@v1.7.2
- uses: jsmrcaga/action-netlify-deploy@v2.1.0
with:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
Expand Down

0 comments on commit 308b0a1

Please sign in to comment.