Skip to content

Commit

Permalink
installed homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
dinanajiarch committed Feb 14, 2025
1 parent 2ea9b9d commit 6d01872
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/bookdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
- name: Setup R
uses: r-lib/actions/setup-r@v2

- name: Install pandoc
- name: Install Homebrew and pandoc
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install pandoc
- name: Cache Renv packages
Expand All @@ -40,7 +41,7 @@ jobs:
run: Rscript -e 'bookdown::render_book("index.Rmd", quiet = TRUE)'

- name: Install npm
uses: actions/setup-node@v1
uses: actions/setup-node@v3

- name: Deploy to Netlify
# NETLIFY_AUTH_TOKEN added in the repo's secrets
Expand Down

0 comments on commit 6d01872

Please # to comment.