Skip to content

Commit

Permalink
chore(deps): update nwtgck/actions-netlify action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2022
1 parent 0d920bb commit cc47915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
path: ${{ env.CACHE_PATHS_BUILD }}
key: ${{ env.CACHE_KEY_BUILD }}

- uses: nwtgck/actions-netlify@v1.2
- uses: nwtgck/actions-netlify@v2.0
with:
publish-dir: ${{ env.PATH_BUILD_DOCS }}
production-deploy: true
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
path: ${{ env.CACHE_PATHS_BUILD }}
key: ${{ env.CACHE_KEY_BUILD }}

- uses: nwtgck/actions-netlify@v1.2
- uses: nwtgck/actions-netlify@v2.0
with:
publish-dir: ${{ env.PATH_BUILD_UI }}
production-deploy: true
Expand Down

0 comments on commit cc47915

Please sign in to comment.