maxplanck-ie / Rintro

material for R-Course
GNU General Public License v3.0
4 stars 3 forks source link

simplify .github/workflow #62

Closed thomasmanke closed 7 months ago

thomasmanke commented 7 months ago

currently contains lots of trial and error. Could probably be simplified/standardized following these instructions: https://quarto.org/docs/publishing/github-pages.html

thomasmanke commented 7 months ago

done. but notice that the above suggestion from quarto.org did not work yet. The micromamba env was not properly used and lead to problems with unresolved dependencies, even though micromamba seems to install properly.

Still some simplifications and standardisation have been done.