Skip to content

Commit b9022f7

Browse files
author
Guy Davenport
committed
fixed docker build
1 parent d210f9c commit b9022f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Build the Docker image
14-
run: docker build --file Dockerfile --tag build-docs:$(date +%s)
14+
run: docker build . --tag build-docs:$(date +%s)
1515
- name: Run the Docker image
1616
run: docker run -w /src -v ./Specification:/src/Specification -v ./build:/src/build build-docs:$(date +%s) ./Scripts/buildDocs.sh

0 commit comments

Comments
 (0)