Skip to content

Commit

Permalink
comments dependency actions as rendering is done locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Geert van Geest committed Aug 28, 2024
1 parent 55a6b75 commit a845808
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ jobs:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Install R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.3.1'
- name: Install system dependencies
shell: bash {0}
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install cmake libpng-dev make libicu-dev libcurl4-openssl-dev libssl-dev libhdf5-dev pandoc libglpk-dev libxml2-dev zlib1g-dev python3
- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
with:
cache-version: 1
# - name: Install R
# uses: r-lib/actions/setup-r@v2
# with:
# r-version: '4.3.1'
# - name: Install system dependencies
# shell: bash {0}
# run: |
# sudo apt-get update
# sudo apt-get -y --no-install-recommends install cmake libpng-dev make libicu-dev libcurl4-openssl-dev libssl-dev libhdf5-dev pandoc libglpk-dev libxml2-dev zlib1g-dev python3
# - 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 a845808

Please sign in to comment.