Skip to content

Commit cd835af

Browse files
Merge branch 'main' into f2554-cyclocomp-optional
2 parents a0074ca + 28166bf commit cd835af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Deploy to GitHub pages 🚀
4141
if: github.event_name != 'pull_request'
42-
uses: JamesIves/github-pages-deploy-action@v4.5.0
42+
uses: JamesIves/github-pages-deploy-action@v4.6.0
4343
with:
4444
clean: false
4545
branch: gh-pages

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Description: Checks adherence to a given style, syntax errors and possible
1818
'RStudio IDE', 'Emacs', 'Vim', 'Sublime Text', 'Atom' and 'Visual
1919
Studio Code'.
2020
License: MIT + file LICENSE
21-
URL: https://github.com/r-lib/lintr, https://lintr.r-lib.org
21+
URL: https://lintr.r-lib.org, https://github.com/r-lib/lintr
2222
BugReports: https://github.com/r-lib/lintr/issues
2323
Depends:
2424
R (>= 3.6)

0 commit comments

Comments
 (0)