Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jan 14, 2024
1 parent 205ea5b commit b687705
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@

# webr-github-action-wasm-binaries
# GitHub Actions for Building R WASM Package & {pkgdown} Website

<!-- badges: start -->

[![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)
<!-- badges: end -->

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

Expand Down
11 changes: 9 additions & 2 deletions README.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,21 @@ format: gfm
engine: knitr
---

# webr-github-action-wasm-binaries
# GitHub Actions for Building R WASM Package & {pkgdown} Website

<!-- badges: start -->
[![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)
<!-- badges: end -->

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

Expand Down

0 comments on commit b687705

Please sign in to comment.