Skip to content

Commit

Permalink
chore(deps): update nwtgck/actions-netlify action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 19, 2024
1 parent f94c89b commit 97be327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: mdbook build book
- name: Publish to Netlify (Stable)
if: ${{ github.ref == 'refs/heads/main' }}
uses: nwtgck/actions-netlify@v2
uses: nwtgck/actions-netlify@v3
with:
publish-dir: book/book
production-branch: main
Expand All @@ -31,7 +31,7 @@ jobs:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
- name: Publish to Netlify (Preview)
if: ${{ github.event_name == 'pull_request' }}
uses: nwtgck/actions-netlify@v2
uses: nwtgck/actions-netlify@v3
with:
publish-dir: book/book
alias: ${{ github.head_ref }}
Expand Down

0 comments on commit 97be327

Please sign in to comment.