Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
wincowgerDEV committed Dec 13, 2024
1 parent b08e11b commit 30bb244
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Build site
run: pkgdown::build_site_github_pages(new_process = FALSE, install = FALSE, dest_dir = "docs/pkgdown")
shell: Rscript {0}

- name: List built site
run: ls -R docs/pkgdown

- name: Deploy pkgdown to GitHub Pages 🚀
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 30bb244

Please sign in to comment.