Skip to content

Commit

Permalink
now with r dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonfreitas committed Feb 17, 2024
1 parent 1faed99 commit e09254c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 33 deletions.
31 changes: 9 additions & 22 deletions .github/workflows/build.yml
Expand Up @@ -47,35 +47,22 @@ jobs:
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./docs
# - uses: r-lib/actions/setup-r@v2
# with:
# r-version: '4.2.0' # The R version to download (if necessary) and use.
# - uses: r-lib/actions/setup-r-dependencies@v2
# with:
# packages:
# any::knitr
# any::rmarkdown
# any::downlit
# any::xml2
# any::tidyverse
# any::DT
- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.2.0' # The R version to download (if necessary) and use.
- uses: r-lib/actions/setup-r-dependencies@v2
with:
packages:
any::knitr
any::rmarkdown
any::DT
- name: setup Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: 1.4.550
# - name: Render Quarto Project
# uses: quarto-dev/quarto-actions/render@v2
# with:
# to: html
# path: 'site'
- name: Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
with:
target: gh-pages
render: true
path: "site"
# - name: Deploy pages
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./site/docs

0 comments on commit e09254c

Please sign in to comment.