Skip to content

Commit

Permalink
install netlify cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Dec 19, 2024
1 parent 80bbddd commit 63b4b65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/quarto_netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
with:
submodules: recursive

- name: Install Netlify CLI
run: which netlify &> /dev/null || npm install [email protected] -g
shell: bash

- uses: r-lib/actions/setup-r@v2
with:
r-version: "4.3"
Expand Down

0 comments on commit 63b4b65

Please sign in to comment.