diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 921325d8e..9e29ea59f 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -39,7 +39,7 @@ jobs: - name: Deploy to GitHub pages 🚀 if: github.event_name != 'pull_request' - uses: JamesIves/github-pages-deploy-action@v4.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: clean: false branch: gh-pages diff --git a/DESCRIPTION b/DESCRIPTION index 900b0a37d..fdd59d0d7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -18,7 +18,7 @@ Description: Checks adherence to a given style, syntax errors and possible 'RStudio IDE', 'Emacs', 'Vim', 'Sublime Text', 'Atom' and 'Visual Studio Code'. License: MIT + file LICENSE -URL: https://github.com/r-lib/lintr, https://lintr.r-lib.org +URL: https://lintr.r-lib.org, https://github.com/r-lib/lintr BugReports: https://github.com/r-lib/lintr/issues Depends: R (>= 3.6)