Skip to content

Commit 6961242

Browse files
committed
Add fixed version
1 parent cf5c3f8 commit 6961242

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
with:
181181
packages: "."
182182
repo-path: "_site"
183-
webr-image: "ghcr.io/r-wasm/webr:v0.4.2" # fixed version for now
183+
webr-image: "ghcr.io/r-wasm/webr:v0.5.2" # fixed version for now
184184
185185
# Upload the CRAN repository for use in the next step
186186
# Make sure to set a retention day to avoid running into a cap
@@ -222,6 +222,14 @@ jobs:
222222
- name: Dependencies
223223
run: ./run.sh install_all
224224
225+
# Tagged quarto extension versions to work with webR ---
226+
- name: Grab tagged versions of Quarto Extensions
227+
run: |
228+
cd altdoc
229+
quarto add --no-prompt coatless/quarto-webr@0.4.3
230+
quarto add --no-prompt coatless-quarto/panelize@0.0.2
231+
cd ../
232+
225233
- name: Build site
226234
run: |
227235
# If parallel = TRUE in render_docs()
@@ -270,10 +278,12 @@ You can view the full workflow file here:
270278
271279
> [!IMPORTANT]
272280
>
273-
> We’ve fixed the version of webR being used to generate the R WASM
274-
> binaries to `v0.4.2` for the `webr-image` in the `rwasmbuild` job.
281+
> We've fixed the version of webR being used to generate the R WASM
282+
> binaries to `v0.5.2` for the `webr-image` in the `rwasmbuild` job.
283+
> We've also fixed the quarto extensions to specific tagged versions
284+
> for `coatless/quarto-webr@0.4.3` and `coatless-quarto/panelize@0.0.2`.
275285
> This is to ensure that a released/tagged version of webR is used
276-
> instead of depending on the latest release, e.g. `latest` tag.
286+
> instead of depending on the latest release, e.g. `latest` tag.
277287

278288
### Step 8: Enable GitHub Pages
279289

0 commit comments

Comments
 (0)