diff --git a/README.md b/README.md index f480c4a..c16f5b4 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,19 @@ Example GitHub Action workflow combining creation of developmental webR/R WASM Package binaries and `{pkgdown}` websites. +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) + \[This repository\]** +- [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) + # Overview Interested in having your R package automatically be built for diff --git a/README.qmd b/README.qmd index 5ec580b..bfdcfda 100644 --- a/README.qmd +++ b/README.qmd @@ -12,6 +12,12 @@ engine: knitr Example GitHub Action workflow combining creation of developmental webR/R WASM Package binaries and `{pkgdown}` websites. +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) [This repository]** +- [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) + # Overview Interested in having your R package automatically be built for [webR](https://docs.r-wasm.org/webr/latest/) through diff --git a/webr-github-action-wasm-binaries.Rproj b/webr-unified-gh-workflow.Rproj similarity index 100% rename from webr-github-action-wasm-binaries.Rproj rename to webr-unified-gh-workflow.Rproj diff --git a/webr-github-action-wasm-binaries.code-workspace b/webr-unified-gh-workflow.code-workspace similarity index 100% rename from webr-github-action-wasm-binaries.code-workspace rename to webr-unified-gh-workflow.code-workspace