Skip to content

Commit

Permalink
add spark for pkgdown deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Jan 19, 2022
1 parent b896d61 commit a960136
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version: '3.8'

- uses: actions/setup-java@v1
with:
java-version: '11'

- uses: vemonet/setup-spark@v1
with:
spark-version: '3.1.2'
hadoop-version: '3.2'

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

- uses: r-lib/actions/setup-r@v1
Expand Down

0 comments on commit a960136

Please sign in to comment.