Skip to content

Commit

Permalink
vignettes/fr in addition to vignettes (#6611)
Browse files Browse the repository at this point in the history
Co-authored-by: Toby Dylan Hocking <[email protected]>
  • Loading branch information
tdhock and Toby Dylan Hocking authored Nov 11, 2024
1 parent 2f49a0d commit 1b938e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/.lintr.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exclusions = c(local({
infix_spaces_linter = Inf,
undesirable_function_linter = Inf
)),
exclusion_for_dir("vignettes", list(
exclusion_for_dir(c("vignettes", "vignettes/fr"), list(
quotes_linter = Inf,
sample_int_linter = Inf
# strings_as_factors_linter = Inf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
Rscript -e 'tools::write_PACKAGES("public/src/contrib", fields="Revision")'
- name: upload
if: github.ref == 'refs/heads/master'
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: "public"
- name: deploy
Expand Down

0 comments on commit 1b938e1

Please sign in to comment.