Skip to content

Commit

Permalink
ci: build articles in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jorainer committed Oct 11, 2024
1 parent d8dd364 commit c02d0eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: pkgdown
on:
push:
branches:
- jomain
- main

# on:
# repository_dispatch:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- name: Build articles
run: pkgdown::build_quarto_articles(quiet = FALSE)
shell: Rscript {0}

- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE)
shell: Rscript {0}
Expand Down

0 comments on commit c02d0eb

Please sign in to comment.