From 8e3fbb3c7b7b7e44f9b5ba8595e67a9663021e07 Mon Sep 17 00:00:00 2001 From: Bersella Date: Wed, 29 Nov 2023 18:20:02 +0800 Subject: [PATCH] Docker run 3rd fix --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 16b6df5..42bf5a7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,9 +23,9 @@ jobs: - uses: addnab/docker-run-action@v3 with: image: peterdavehello/opencc:latest - options: -v ${{ github.workspace }}:/repo -w /repo run: | - /repo/scripts/opencc.sh + echo "Running OpenCC" + /github/workspace/scripts/opencc.sh - run: npm ci - run: hugo --minify env: