Skip to content

Commit 7235e08

Browse files
committed
Run dontrun examples
1 parent 4a5110f commit 7235e08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959
pkgdown::build_site_github_pages(
6060
new_process = FALSE,
6161
install = FALSE,
62-
override = list(lazy = TRUE)
62+
override = list(lazy = TRUE),
63+
run_dont_run = TRUE
6364
)
6465
shell: Rscript {0}
6566

6667
- name: Deploy to GitHub pages 🚀
67-
if: github.event_name != 'pull_request'
6868
uses: JamesIves/github-pages-deploy-action@v4.5.0
6969
with:
7070
clean: false

0 commit comments

Comments
 (0)