Skip to content

Commit 736276c

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents 68387a1 + 09ce35d commit 736276c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/build.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,11 @@ jobs:
144144

145145
- name: Check Docker image
146146
working-directory: /tmp
147+
env:
148+
REPO_FULL_NAME: '${{ github.event.repository.full_name }}'
147149
run: |
148-
docker run --rm -i -v ${PWD}:/docs ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }} new .
149-
docker run --rm -i -v ${PWD}:/docs ${{ github.event.repository.full_name }}:${{ steps.meta.outputs.version }} build
150+
docker run --rm -i -v ${PWD}:/docs ${REPO_FULL_NAME,,}:${{ steps.meta.outputs.version }} new .
151+
docker run --rm -i -v ${PWD}:/docs ${REPO_FULL_NAME,,}:${{ steps.meta.outputs.version }} build
150152
151153
- name: Set platforms
152154
if: github.event_name == 'release'

0 commit comments

Comments
 (0)