Skip to content

Commit 99467f0

Browse files
authored
Update gh pages repo config (#77)
and fix some links
1 parent 5365526 commit 99467f0

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

examples/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
* [Basics](./example-01-basics.md)
44
* [Freeze](./example-02-freeze.md)
55
* [Dependencies](./example-03-dependencies.md)
6-
* [Other workflows](./example-04-other-workflows.md)
6+
* [Render with no publish](./example-04-render-no-publish.md)
77
* [Rendering and publishing a non-top-level project](./example-05-non-top-level.md)
88
* [Publishing a single format, publishing without rendering](./example-06-no-render.md)
9+
* [Publishing a single format](./example-07-publish-single-format.md)
10+
* [Publishing to other services](./example-08-publish-to-others-services.md)
911

1012
## Repositories using Quarto actions
1113

1214
- [Earthdata Cloud Cookbook](https://nasa-openscapes.github.io/earthdata-cloud-cookbook/) ([source](https://github.com/NASA-Openscapes/earthdata-cloud-cookbook), [workflow file](https://github.com/NASA-Openscapes/earthdata-cloud-cookbook/blob/main/.github/workflows/quarto-publish.yml)) This book contains `.md` and `.ipynb` files, and is built with Quarto and Python in GHA, and deployed to Github Pages.
1315

1416
- [R Manuals Quarto website](https://rstudio.github.io/r-manuals/) ([source](https://github.com/rstudio/r-manuals), [workflow file](https://github.com/rstudio/r-manuals/blob/main/.github/workflows/build-website.yaml)) This projects uses a workflow to build several books with R and Quarto and organizes them in a website deployed to Github pages.
1517

16-
- [Pathology Atlas](https://www.patolojiatlasi.com/EN) ([source](https://github.com/patolojiatlasi/patolojiatlasi.github.io), [workflow file](https://github.com/patolojiatlasi/patolojiatlasi.github.io/blob/main/.github/workflows/Quarto-Render-Bilingual-Book-Push-Tweet-Updates.yml)) This multilingual website is rendered in two versions and deployed using Github Actions.
18+
- [Pathology Atlas](https://www.patolojiatlasi.com/EN) ([source](https://github.com/patolojiatlasi/patolojiatlasi.github.io), [workflow file](https://github.com/patolojiatlasi/patolojiatlasi.github.io/blob/main/.github/workflows/Quarto-Render-Bilingual-Book-Push-Other-Repos-GitLab.yml)) This multilingual website is rendered in two versions and deployed using Github Actions.

publish/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ Give this token a memorable name, and note the resulting string (or keep this wi
2323
2424
1. Add the GitHub Actions workflow to your project. (Use [quarto-publish-example.yml](https://github.com/quarto-dev/quarto-actions/blob/main/examples/quarto-publish-example.yml) as an example).
2525
26-
2. Run `quarto publish gh-pages` locally, once. Quarto needs to configure the repository for publishing through GitHub Actions. To do this, run `quarto publish gh-pages` locally.
26+
2. Head over to your repository on GitHub. Under Settings > Pages > Build and deployment, under source, ensure **Deploy from a branch** is selected. Under the branch option, select the root of the gh-pages branch.
2727
28-
3. Configure action to use gh-pages:
28+
3. Run `quarto publish gh-pages` locally, once. Quarto needs to configure the repository for publishing through GitHub Actions. To do this, run `quarto publish gh-pages` locally.
29+
30+
4. Configure action to use gh-pages:
2931

3032
```yaml
3133
- name: Publish to GitHub Pages (and render)

0 commit comments

Comments
 (0)