Skip to content

Commit 835847c

Browse files
committed
Fix package noaa
1 parent 6e4e834 commit 835847c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444
- uses: r-lib/actions/setup-r-dependencies@v2
4545
with:
4646
pak-version: 'devel'
47-
extra-packages: any::pkgdown, ropensci-org/rotemplate, local::.
47+
extra-packages: any::pkgdown, ropensci-org/rotemplate, local::.?ignore-unavailable
4848
needs: website
4949
cache: false
5050
working-directory: ${{ inputs.subdir || '.' }}

0 commit comments

Comments
 (0)