Skip to content

Commit

Permalink
⬆ Bump nwtgck/actions-netlify from 1.0.3 to 2.1.0 (#99)
Browse files Browse the repository at this point in the history
Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 1.0.3 to 2.1.0.
- [Release notes](https://github.com/nwtgck/actions-netlify/releases)
- [Changelog](https://github.com/nwtgck/actions-netlify/blob/develop/CHANGELOG.md)
- [Commits](nwtgck/actions-netlify@v1.0.3...v2.1.0)

---
updated-dependencies:
- dependency-name: nwtgck/actions-netlify
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2023
1 parent 717859d commit 72e5c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build Docs
run: python3.7 -m mkdocs build
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.0.3
uses: nwtgck/actions-netlify@v2.1.0
with:
publish-dir: './site'
production-branch: master
Expand Down

0 comments on commit 72e5c1b

Please sign in to comment.