We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a886f5a commit 6de1a8aCopy full SHA for 6de1a8a
.github/workflows/build.yml
@@ -52,11 +52,6 @@ jobs:
52
with:
53
cache-version: 2 # Mettez à jour le numéro de version du cache pour éviter les conflits
54
55
- - name: Restore R Packages with renv
56
- run: |
57
- Rscript -e 'if (!requireNamespace("renv", quietly = TRUE)) install.packages("renv")'
58
- Rscript -e 'renv::restore(clean = TRUE)'
59
-
60
- name: Render and Publish
61
uses: quarto-dev/quarto-actions/publish@v2
62
0 commit comments