Skip to content

Commit 4c168ac

Browse files
committed
Add real life examples in README
1 parent 75720f9 commit 4c168ac

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@ This repository stores [Github Actions](https://github.com/features/actions) aro
66

77
## Examples
88

9-
See [Examples](./examples) for different YAML worflow file to render and deploy Quarto documents and projects
9+
### Template of workflow YAML file
10+
11+
See [Examples](./examples) for different YAML worflow file to render and deploy Quarto documents and projects
12+
13+
### Repositories using Quarto actions
14+
15+
- [Earthdata Cloud Cookbook](https://nasa-openscapes.github.io/earthdata-cloud-cookbook/) ([source](https://github.com/NASA-Openscapes/earthdata-cloud-cookbook)). Book with `*.md` and `.ipynb` is built with Quarto and Python in GHA and deployed to Github Pages. [workflow file](https://github.com/NASA-Openscapes/earthdata-cloud-cookbook/blob/main/.github/workflows/quarto-render.yml).
16+
17+
- [R Manuals Quarto website](https://rstudio.github.io/r-manuals/) ([source](https://github.com/rstudio/r-manuals)) uses a complex workflow to build several books with R and Quarto and organizes them in a unique website deployed to Github pages. [workflow file](https://github.com/rstudio/r-manuals/blob/main/.github/workflows/build-website.yaml).

0 commit comments

Comments
 (0)