Skip to content

Commit

Permalink
Merge pull request #35 from uptake/button_push_update
Browse files Browse the repository at this point in the history
relative path to pkgnet_build_gallery.R
  • Loading branch information
bburns632 authored May 6, 2024
2 parents 7132c79 + fe48d4e commit 529e1c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gallery_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ jobs:
- uses: r-lib/actions/setup-tinytex@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages: pkgdown
extra-packages: |
any::pkgdown
any::assertthat
- name: Build Gallery
run: pkgnet_build_gallery.R
shell: Rscript {0}
run: Rscript ${{github.workspace}}/pkgnet_build_gallery.R
- name: Save Site Docs Articfact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 529e1c5

Please sign in to comment.