Skip to content

Commit 28fee11

Browse files
authored
Update README.md
1 parent 750c155 commit 28fee11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

publish/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Give this token a memorable name, and note the resulting string (or keep this wi
77

88
3. 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).
99

10-
4. Add `_publish.yml` to your repository. Quarto stores publishing metadata information in `_publish.yml`. To create this file, run `quarto publish netlify` locally once (TODO: how does this work in IDE?).
10+
4. Add `_publish.yml` to your repository. Quarto stores publishing metadata information in `_publish.yml`. To create this file, run `quarto publish netlify` locally once.
1111

1212
5. Configure action to use netlify:
1313

@@ -23,7 +23,9 @@ 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. Configure action to use gh-pages:
26+
2. Add `_publish.yml` to your repository. Quarto stores publishing metadata information in `_publish.yml`. To create this file, run `quarto publish gh-pages` locally once.
27+
28+
3. Configure action to use gh-pages:
2729

2830
```yaml
2931
- name: Publish to GitHub Pages (and render)

0 commit comments

Comments
 (0)