From 39429b2ea094c7d1c87d980da59b109906c74010 Mon Sep 17 00:00:00 2001 From: Kentaro Miki Date: Sun, 12 Nov 2023 21:18:17 +0900 Subject: [PATCH] wip --- .github/workflows/deployment.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 694c28a..d4a9b0d 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 defaults: run: - working-directory: /home/runner/work/compiler_log/ + working-directory: /home/runner/work/compiler_log/mikiken.net steps: - name: Clone repository @@ -24,15 +24,19 @@ jobs: git init pwd ls -la + working-directory: /home/runner/work/compiler_log/ - name: Configure git run: | + pwd git config --global user.name "mikiken" git config --global user.email "mikiken.dev@gmail.com" - name: Update submodules id: update - run: git submodule update --remote --recursive + run: | + pwd + git submodule update --remote --recursive - name: Add and commit files run: |