@@ -180,7 +180,7 @@ jobs:
180
180
with:
181
181
packages: "."
182
182
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
184
184
185
185
# Upload the CRAN repository for use in the next step
186
186
# Make sure to set a retention day to avoid running into a cap
@@ -222,6 +222,14 @@ jobs:
222
222
- name: Dependencies
223
223
run: ./run.sh install_all
224
224
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
+
225
233
- name: Build site
226
234
run: |
227
235
# If parallel = TRUE in render_docs()
@@ -270,10 +278,12 @@ You can view the full workflow file here:
270
278
271
279
> [!IMPORTANT]
272
280
>
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`.
275
285
> 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.
277
287
278
288
# ## Step 8: Enable GitHub Pages
279
289
0 commit comments