Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd authored Jun 17, 2024
1 parent 94b5c77 commit 26dc70f
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,20 @@ jobs:
contents: write
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install libcurl4-openssl-dev
run: sudo apt-get install -y libcurl4-openssl-dev
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Install libharfbuzz-dev libfribidi-dev libtiff5-dev
run: sudo apt install libharfbuzz-dev libfribidi-dev libtiff5-dev

- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-renv@v2
- name: Install R
uses: r-lib/actions/setup-r@v2
with:
cache-version: 1
r-version: '4.4.0'

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1

- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit 26dc70f

Please sign in to comment.