Skip to content

Commit 0e715f4

Browse files
author
Andy Barrett
committed
add notes for publishing GH pages using a GH Action
1 parent 0a875c5 commit 0e715f4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

how-to-publish.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# How to Publish Cookbook on GH Pages
2+
3+
I am following these [instructions](https://quarto.org/docs/publishing/github-pages.html#github-action) provided by Quarto.
4+
5+
## 1. Freeze Computations
6+
7+
I am only allowing code to be executed locally.
8+
9+
In `_quarto.yml`, I have added the following
10+
```
11+
execute:
12+
freeze: auto
13+
```

0 commit comments

Comments
 (0)