Skip to content

Commit

Permalink
modified render-qmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Apr 4, 2024
1 parent 441bb85 commit 8fb7d6c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/render-qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,21 @@ jobs:
- name: Inspect .libPaths
run: |
Rscript -e '.libPaths()'
Rscript -e '.libPaths()'
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2

- name: Check Quarto
run: |
which micromamba
micromamba --version
which R
R --version
which quarto
quarto --version
ls -alR
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
with:
Expand Down

0 comments on commit 8fb7d6c

Please sign in to comment.