You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/2025-03-20-revised-github-process/index.qmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ jobs:
37
37
38
38
Second, in your `Settings > Pages` on your repository, select the **GitHub Actions** as the source of your website.
39
39
40
-
{:width="100%"}
40
+
{width="100%"}
41
41
42
42
Then, you can customize the `setup-env-ci.sh` and `setup-render-ci.sh` scripts to fit your needs.
43
43
- `setup-env-ci.sh`is for setting up the environment and typically adding system dependencies. The virtual machine on github (runner) may need to install some packages with `apt-get` for R or Python packages.
@@ -53,7 +53,7 @@ The Computo workflows provide a streamlined publishing pipeline for authors to s
0 commit comments