From 226c663e08b246741687ce0e33fca5c12743c3d0 Mon Sep 17 00:00:00 2001 From: XYenChi Date: Wed, 3 Jan 2024 19:54:01 +0800 Subject: [PATCH] Update master.yml --- .github/workflows/master.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 3956ba2..9e75aaf 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -10,12 +10,11 @@ jobs: deploy: runs-on: ubuntu-20.04 steps: - - name: Set safe repo - run: git config --global --add safe.directory /home/runner/work/xyenchi.github.io - uses: actions/checkout@v2 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + - run: /usr/bin/git config --global --add safe.directory /home/runner/work/xyenchi.github.io/xyenchi.github.io - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: