Skip to content

Commit

Permalink
fixed pkgdown action
Browse files Browse the repository at this point in the history
  • Loading branch information
dhersz committed Dec 7, 2023
1 parent 16fd517 commit 3e502b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
paths:
- r-package/**
- README.md
- .github/workflows/pkgdown.yaml
branches:
- master

Expand All @@ -20,6 +21,12 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- name: Java setup
uses: actions/setup-java@v1
with:
java-version: '21'
java-package: jdk

- name: Query dependencies
run: |
install.packages('remotes')
Expand Down

0 comments on commit 3e502b3

Please sign in to comment.