This repository was archived by the owner on Mar 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments