Skip to content

Commit

Permalink
CI: Update GHA -- no Node, use PPM
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Aug 10, 2024
1 parent 5df4c6a commit fcf0201
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Netlify
run: npm install netlify-cli -g
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
env:
Expand All @@ -28,6 +22,8 @@ jobs:
run: python3 -m pip install jupyter
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
- name: Install R packages
run: Rscript -e 'install.packages(c("rmarkdown", "knitr", "ggplot2"))'
- name: Render Quarto Project
Expand Down

0 comments on commit fcf0201

Please sign in to comment.