Skip to content

Commit 74356bd

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/example-01-basics.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quarto Actions: Basics
22

3-
The simplest workflow using Quarto Actions uses the `setup` and `publish` actions: [quarto-publish-example.yml](quarto-publish-example.yml). Note that GitHub Pages use a `gh-pages` branch in your repository, which will be automatically created if one doesn't exist.
3+
The simplest workflow using Quarto Actions uses the `setup` and `publish` actions: [quarto-publish-example.yml](quarto-publish-example.yml).
44

55
## GitHub Pages
66

@@ -14,6 +14,7 @@ The simplest workflow using Quarto Actions uses the `setup` and `publish` action
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

17+
Note that GitHub Pages uses a `gh-pages` branch in your repository, which will be automatically created if one doesn't exist.
1718

1819
## Netlify
1920

0 commit comments

Comments
 (0)