From 47af4a1dab110fad3e29df560638fbd89b71b81d Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 8 Mar 2025 21:38:15 -0500 Subject: [PATCH] edit main.yaml --- .gitea/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index 5b1de22..c919768 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -5,6 +5,9 @@ jobs: runs-on: ubuntu-latest name: weblog.lol steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 2 - name: Install Act dependencies if: ${{ env.ACT }} run: | @@ -12,9 +15,6 @@ jobs: - name: Install dependencies run: | apt update && apt install php -y - - uses: actions/checkout@v3 - with: - fetch-depth: 2 - id: weblog_import uses: neatnik/weblog.lol@v1 env: