Skip to content

Commit b783fbd

Browse files
author
Guy Davenport
committed
fixed docker run
1 parent b9022f7 commit b783fbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yaml

Lines changed: 2 additions & 2 deletions
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 . --tag build-docs:$(date +%s)
14+
run: docker build . --tag build-docs
1515
- name: Run the Docker image
16-
run: docker run -w /src -v ./Specification:/src/Specification -v ./build:/src/build build-docs:$(date +%s) ./Scripts/buildDocs.sh
16+
run: docker run -w /src -v ./Specification:/src/Specification -v ./build:/src/build build-docs ./Scripts/buildDocs.sh

0 commit comments

Comments
 (0)