Skip to content

Commit

Permalink
assertthat addition
Browse files Browse the repository at this point in the history
  • Loading branch information
bburns632 committed May 6, 2024
1 parent 823dff4 commit fe48d4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gallery_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
- uses: r-lib/actions/setup-tinytex@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown
extra-packages: |
any::pkgdown
any::assertthat
- name: Build Gallery
run: Rscript ${{github.workspace}}/pkgnet_build_gallery.R
- name: Save Site Docs Articfact
Expand Down

0 comments on commit fe48d4e

Please sign in to comment.