diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 4fd781f..fb6645f 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -30,10 +30,8 @@ jobs: - uses: r-lib/actions/setup-r-dependencies@v2 with: - pak-version: devel - extra-packages: any::pkgdown, any::XML, local::. + extra-packages: any::pkgdown, local::. needs: website - # See https://github.com/r-lib/actions/issues/559 for the XML issue - name: Build site run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE) @@ -41,7 +39,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@4.1.4 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: clean: false branch: gh-pages