Skip to content

Commit 3df14ed

Browse files
author
Guy Davenport
committed
add docker compose setup
1 parent 3bbe8f3 commit 3df14ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111
- name: Set up Docker Compose
12-
ses: docker/setup-compose-action@v1
12+
uses: docker/setup-compose-action@v1
1313
- name: Build and run the Docker image
1414
run: docker compose run build-docs
1515
- name: Set up JDK 21

0 commit comments

Comments
 (0)