Skip to content

Commit bc6e3c5

Browse files
authored
Update README.md
1 parent 9747f03 commit bc6e3c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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. 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.
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.
2727

2828
3. Configure action to use gh-pages:
2929

0 commit comments

Comments
 (0)