Skip to content

Commit

Permalink
check dslabs - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmanke committed Mar 15, 2024
1 parent 05d601f commit c120263
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/render-qmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,13 @@ jobs:
Rscript -e '.libPaths()'
Rscript -e 'find.package("dslabs")'
Rscript -e 'list.files(system.file(package="dslabs"))'
Rscript -e 'list.files(system.file("extdata", package="dslabs"))'
- name: show
run: |
ls -Rl "/github/home/micromamba/envs/"
ls -Rl "/github/home/micromamba/envs/Rintro/lib/R/library"
Rscript -e 'list.files(system.file("extdata", package="dslabs"))'
- name: Render quarto
#continue-on-error: true. # only for error tracking
run: quarto render
continue-on-error: true. # only for error tracking
run: |
ls -Rl /github/home/micromamba/envs/Rintro/lib/R/library/dslabs
quarto render .
- name: Show all files
run: ls -Ral
Expand Down

0 comments on commit c120263

Please sign in to comment.