Skip to content

Commit e17d516

Browse files
committed
Should be a run, not an up.
1 parent 00f92cc commit e17d516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on_call_build_site.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010

11-
- name: Build the site with docker
11+
- name: Build the site with docker compose
1212
run: |
13-
docker compose up --build build
13+
docker compose run --build build
1414
1515
- name: Tarball the site
1616
run: |

0 commit comments

Comments
 (0)