Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jarochi authored Nov 14, 2024
1 parent 63293ad commit 3d78e08
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true


- name: Install cURL Headers
run: sudo apt-get update | sudo apt-get install libcurl4-openssl-dev

- name: Install environment
run: source("setup-environment.R")
shell: Rscript {0}
Expand All @@ -30,4 +33,4 @@ jobs:
with:
target: gh-pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3d78e08

Please sign in to comment.