Skip to content

Add GHA to build shiny webR image #26

Add GHA to build shiny webR image

Add GHA to build shiny webR image #26

on:
push:
branches: [webr, webr-safari]
pull_request:
branches: [webr, webr-safari]
workflow_dispatch:
name: Build wasm R package repository
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/r-wasm/webr:main
steps:
- uses: actions/checkout@v3
- name: Build wasm packages
uses: r-wasm/actions/[email protected]
with:
packages: .github/workflows/build-webr-packages
strip: c("demo", "doc", "examples", "help", "html", "include", "tests", "testthat", "vignette")