From b68770599449e79b92644173485cec4ee87b7f59 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Sun, 14 Jan 2024 14:37:47 -0800 Subject: [PATCH] Update the README --- README.md | 19 ++++++++++++++++--- README.qmd | 11 +++++++++-- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9b45c1f..a29f991 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# webr-github-action-wasm-binaries +# GitHub Actions for Building R WASM Package & {pkgdown} Website @@ -7,8 +7,21 @@ [![webr-build-binary](https://github.com/coatless-tutorials/webr-github-action-wasm-binaries/actions/workflows/deploy-cran-repo.yml/badge.svg)](https://github.com/coatless-tutorials/webr-github-action-wasm-binaries/actions/workflows/deploy-cran-repo.yml) -Example GitHub Action workflow to generate developmental webR/R WASM -Package binaries +Sample GitHub Action workflows to generate developmental webR/R WASM +Package binaries alongside of a `{pkgdown}` website. + +This repository is part of a series of repositories exploring the topic. + +- [Org-focused webR/WASM Package Repository without a `{pkgdown}` + website + (Preferred)](https://github.com/coatless-tutorials/webr-org-gh-action) +- [Unified GitHub Action Deployment using artifacts of R WASM Package + binaries and {pkgdown} + website](https://github.com/coatless-tutorials/webr-unified-gh-workflow) +- **[Separate GitHub Action Deployment onto `gh-pages` branch of R WASM + Package binaries and {pkgdown} + website](https://github.com/coatless-tutorials/webr-github-action-wasm-binaries) + \[This repository\]** # Overview diff --git a/README.qmd b/README.qmd index b7c59b5..35953a0 100644 --- a/README.qmd +++ b/README.qmd @@ -3,14 +3,21 @@ format: gfm engine: knitr --- -# webr-github-action-wasm-binaries +# GitHub Actions for Building R WASM Package & {pkgdown} Website [![R-CMD-check](https://github.com/coatless-tutorials/webr-github-action-wasm-binaries/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/coatless-tutorials/webr-github-action-wasm-binaries/actions/workflows/R-CMD-check.yaml) [![webr-build-binary](https://github.com/coatless-tutorials/webr-github-action-wasm-binaries/actions/workflows/deploy-cran-repo.yml/badge.svg)](https://github.com/coatless-tutorials/webr-github-action-wasm-binaries/actions/workflows/deploy-cran-repo.yml) -Example GitHub Action workflow to generate developmental webR/R WASM Package binaries +Sample GitHub Action workflows to generate developmental webR/R WASM Package binaries +alongside of a `{pkgdown}` website. + +This repository is part of a series of repositories exploring the topic. + +- [Org-focused webR/WASM Package Repository without a `{pkgdown}` website (Preferred)](https://github.com/coatless-tutorials/webr-org-gh-action) +- [Unified GitHub Action Deployment using artifacts of R WASM Package binaries and {pkgdown} website](https://github.com/coatless-tutorials/webr-unified-gh-workflow) +- **[Separate GitHub Action Deployment onto `gh-pages` branch of R WASM Package binaries and {pkgdown} website](https://github.com/coatless-tutorials/webr-github-action-wasm-binaries) [This repository]** # Overview