Skip to content

Commit b63c123

Browse files
committed
dev.yml back to previous merge
1 parent 170056f commit b63c123

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/dev.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)