Skip to content

Commit 9747f03

Browse files
authored
Update example-01-basics.md
1 parent 74356bd commit 9747f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/example-01-basics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The simplest workflow using Quarto Actions uses the `setup` and `publish` action
88

99
Copy [quarto-publish-example.yml](quarto-publish-example.yml) to `.github/workflows/quarto-publish.yml`. Uncomment the "Publish to GitHub Pages (and render)" action. No further changes are needed to the action (in particular, do *not* edit the line below to add a secret to this file. This file has the same permissions as your repository, and might be publicly readable)
1010

11-
2. **Add `_publish.yml` to your repository**
11+
2. **run `quarto publish gh-pages` locally, once**
1212

13-
Quarto stores publishing metadata information in `_publish.yml`. To create this file, run `quarto publish gh-pages` locally once.
13+
Quarto needs to configure the repository for publishing through GitHub Actions. To do this, run `quarto publish gh-pages` locally once.
1414

1515
Now, add and commit the workflow file you have just created, and push the result to GitHub. This should trigger a new action from GitHub that will automatically render and publish your website through GitHub pages.
1616

0 commit comments

Comments
 (0)