Skip to content

Commit

Permalink
Remove Rmd, use it through qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
crisbour committed Nov 2, 2024
1 parent 3b073c7 commit 8ace785
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,6 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.4.1'

- name: Set R library path
run: echo "R_LIBS_USER=$HOME/R/library" >> $GITHUB_ENV

- name: Install R dependencies
run: |
mkdir -p $R_LIBS_USER
R -e 'install.packages(c("rmarkdown", "knitr"))'
# Quarto actions find out more here: https://github.com/quarto-dev/quarto-actions?tab=readme-ov-file
- uses: quarto-dev/quarto-actions/setup@v2
with:
Expand Down
File renamed without changes.

0 comments on commit 8ace785

Please sign in to comment.