Skip to content

Commit

Permalink
update build yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fawda123 committed Sep 11, 2023
1 parent 5c515ce commit 7547d84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
name: Render-Book
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-pandoc@v1
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-pandoc@v2
- uses: r-lib/actions/setup-tinytex@master
- name: Install R packages
run: Rscript -e 'install.packages(c("rmarkdown","bookdown","EML", "dplyr", "pander", "tinytex", "qpdf"))'
Expand Down

0 comments on commit 7547d84

Please sign in to comment.