We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a875c5 commit 0e715f4Copy full SHA for 0e715f4
how-to-publish.md
@@ -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