Skip to content

Commit

Permalink
Update Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Oct 15, 2023
1 parent 1815629 commit 3065f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Deploy pkgdown site to Netlify
if: matrix.config.release
uses: nwtgck/actions-netlify@v1.2
uses: nwtgck/actions-netlify@v2.1
with:
publish-dir: './docs'
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -98,7 +98,7 @@ jobs:

- name: Deploy pkgdown site to GitHub Pages
if: matrix.config.release && github.ref == 'refs/heads/main'
uses: JamesIves/github-pages-deploy-action@v4.3.3
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages
folder: docs
Expand Down

0 comments on commit 3065f99

Please sign in to comment.