Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 690284c

Browse files
committed
docker compose
1 parent 47bf32b commit 690284c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v6
1212
- uses: docker/setup-compose-action@v2
13-
- name: Setup Pages
14-
uses: actions/configure-pages@v5
1513
- name: Build the site in the jekyll/builder container
1614
run: |
1715
export BINARIES_DIRECTORY="${{ github.workspace }}/_site"
1816
export SOURCES_DIRECTORY="${{ github.workspace }}"
1917
mkdir -p "$BINARIES_DIRECTORY"
20-
docker-compose -f docker-compose-ci.yml up --abort-on-container-exit --exit-code-from ci
18+
docker compose -f docker-compose-ci.yml up --abort-on-container-exit --exit-code-from ci
19+
- name: Setup Pages
20+
uses: actions/configure-pages@v5
2121
- name: Upload GitHub Pages artifact
2222
uses: actions/upload-pages-artifact@v4
2323

0 commit comments

Comments
 (0)