Skip to content

Commit cb9b23f

Browse files
author
Andy Barrett
committed
update notes for publishing
1 parent f71b57e commit cb9b23f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

how-to-publish.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,21 @@ In `_quarto.yml`, I have added the following
1111
execute:
1212
freeze: auto
1313
```
14+
15+
Now render the site
16+
```
17+
quarto render
18+
```
19+
20+
If a `_freeze` directory is created, add and commit this.
21+
22+
## 2. Publish Action
23+
24+
Run
25+
26+
```
27+
quarto publish gh-pages
28+
```
29+
30+
Add `.github/workflows/publish.yml` and add text from quarto [instructions](https://quarto.org/docs/publishing/github-pages.html#publish-action)
31+

0 commit comments

Comments
 (0)