From 6a40467d7709279409130d7446331f2103a9b71c Mon Sep 17 00:00:00 2001 From: Bersella Date: Wed, 29 Nov 2023 18:14:29 +0800 Subject: [PATCH] Try another Action --- .github/workflows/publish.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 03d37fb..16b6df5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,12 +20,10 @@ jobs: with: hugo-version: latest extended: true - - uses: kohlerdominik/docker-run-action@v1 + - uses: addnab/docker-run-action@v3 with: image: peterdavehello/opencc:latest - volumes: ${{ github.workspace }}:/repo - workdir: /repo - shell: /bin/bash + options: -v ${{ github.workspace }}:/repo -w /repo run: | /repo/scripts/opencc.sh - run: npm ci