File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -43,17 +43,17 @@ jobs:
4343 with :
4444 node-version : ' 18'
4545
46- - uses : actions/setup-python@v4 # for post on onyxia
47- with :
48- python-version : ' 3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax
49-
50- - run : pip install jupyter nbformat # for post on onyxia
46+ - name : Set up R
47+ uses : r-lib/actions/setup-r@v2
5148
52- - name : Set up Quarto
53- uses : quarto-dev/quarto-actions/setup@v2
49+ - name : Install babelquarto
50+ uses : r-lib/actions/setup-r-dependencies@v2
51+ with :
52+ packages : |
53+ github::ropensci-review-tools/babelquarto@a485fea
5454
55- - name : Render Quarto Project
56- uses : quarto-dev/quarto-actions/ render@v2
55+ - name : Render bilingual project
56+ run : Rscript scripts/ render.R
5757
5858 - name : Deploy preview
5959 id : deploy-preview
You can’t perform that action at this time.
0 commit comments