diff --git a/.github/workflows/gallery_build.yml b/.github/workflows/gallery_build.yml index 9369189..a3f344f 100644 --- a/.github/workflows/gallery_build.yml +++ b/.github/workflows/gallery_build.yml @@ -40,8 +40,7 @@ jobs: with: packages: pkgdown - 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: