We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d210f9c commit b9022f7Copy full SHA for b9022f7
.github/workflows/build-docs.yaml
@@ -11,6 +11,6 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- name: Build the Docker image
14
- run: docker build --file Dockerfile --tag build-docs:$(date +%s)
+ run: docker build . --tag build-docs:$(date +%s)
15
- 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
0 commit comments