Skip to content

Commit

Permalink
Bump more actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill888 committed Oct 9, 2023
1 parent 7a06ee0 commit 4d5b138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ jobs:
- name: Deploy to Netlify
id: netlify
if: github.event_name == 'pull_request'
uses: nwtgck/actions-netlify@v1.0
uses: nwtgck/actions-netlify@v2
with:
production-branch: "main"
publish-dir: "docs/_build/html"
Expand All @@ -440,7 +440,7 @@ jobs:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

- name: Print Notice
uses: actions/github-script@v5
uses: actions/github-script@v6
if: github.event_name == 'pull_request'
env:
NETLIFY_URL: ${{ steps.netlify.outputs.deploy-url }}
Expand Down

0 comments on commit 4d5b138

Please sign in to comment.