Skip to content

Commit c99b076

Browse files
committed
minor changes
1 parent fd1a02d commit c99b076

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

blog/2025-03-20-revised-github-process/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
Second, in your `Settings > Pages` on your repository, select the **GitHub Actions** as the source of your website.
3939

40-
![Deploy your website with GitHub Actions](depoy-github.png){:width="100%"}
40+
![Deploy your website with GitHub Actions](depoy-github.png){width="100%"}
4141

4242
Then, you can customize the `setup-env-ci.sh` and `setup-render-ci.sh` scripts to fit your needs.
4343
- `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
5353

5454
## Workflow Summary
5555

56-
![Computo Workflow Structure](workflow.svg){:width="100%"}
56+
![Computo Workflow Structure](workflow.svg){width="100%"}
5757

5858
The publication process consists of two main phases:
5959

blog/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ listing:
1010
page-layout: full
1111
---
1212

13-
Additional details and support for authors
13+
Additional details and support for authors and reviewers

0 commit comments

Comments
 (0)