Skip to content

Commit 694dd73

Browse files
committed
Emphasize what's happening a bit more in the overview.
1 parent 1b29aae commit 694dd73

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ This repository is part of a series of repositories exploring the topic.
2626
# Overview
2727

2828
Interested in having your R package automatically be built for
29-
[webR](https://docs.r-wasm.org/webr/latest/) through a [GitHub
30-
Action](https://github.com/features/actions) alongside of a pkgdown
31-
website? If so, this is the repository for you! Here’s a summary of what
32-
you can find in the repository:
29+
[webR](https://docs.r-wasm.org/webr/latest/) alongside a `{pkgdown}`
30+
website using a [GitHub Action](https://github.com/features/actions)
31+
that deploys with an **artifact** instead of a `gh-pages` branch? If so,
32+
this is the repository for you! Here’s a summary of what you can find in
33+
the repository:
3334

3435
- [`.github/workflows/webr-pkgdown-build-and-deploy.yml`](.github/workflows/webr-pkgdown-build-and-deploy.yml):
3536
Modified version of [`r-wasm/actions`

README.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ This repository is part of a series of repositories exploring the topic.
2020

2121
# Overview
2222

23-
Interested in having your R package automatically be built for [webR](https://docs.r-wasm.org/webr/latest/) through
24-
a [GitHub Action](https://github.com/features/actions) alongside of a pkgdown website?
23+
Interested in having your R package automatically be built for [webR](https://docs.r-wasm.org/webr/latest/) alongside a `{pkgdown}` website using a [GitHub Action](https://github.com/features/actions) that deploys with an **artifact** instead of a `gh-pages` branch?
2524
If so, this is the repository for you! Here's a summary of what you can find in the repository:
2625

2726
- [`.github/workflows/webr-pkgdown-build-and-deploy.yml`](.github/workflows/webr-pkgdown-build-and-deploy.yml):

0 commit comments

Comments
 (0)