forked from rstudio/shiny
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed3ac9e
commit ae411e3
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Workflow derived from https://github.com/r-wasm/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
on: | ||
release: | ||
# Must republish release to update assets | ||
types: [ published ] | ||
|
||
name: Build and deploy wasm R package image | ||
|
||
jobs: | ||
release-file-system-image: | ||
uses: r-wasm/actions/.github/workflows/release-file-system-image.yml@v2 | ||
permissions: | ||
# For publishing artifact files to the release | ||
contents: write | ||
# To download GitHub Packages within action | ||
repository-projects: read | ||
with: | ||
strip: "demo, doc, examples, help, html, include, tests, vignette" | ||
compress: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters