Skip to content

Commit ad5b811

Browse files
committed
Improve mkdocs instructions to use SIGINT to stop and separate pull
1 parent 9f7256e commit ad5b811

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,6 @@ jobs:
231231
runs-on: ubuntu-24.04
232232
steps:
233233
- uses: actions/checkout@v6
234+
- run: docker compose -f docs/compose.yaml pull
234235
- run: mkdir -p build/ && docker compose -f docs/compose.yaml run --rm build
235236
- run: ls -la build/docs/

docs/compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ services:
88
volumes:
99
- ./mkdocs.yml:/project/mkdocs.yml:ro
1010
- ./:/project/docs/:ro
11+
stop_signal: SIGINT
1112

1213
build:
1314
extends: mkdocs

0 commit comments

Comments
 (0)