From 3d02ae13a1ea14b450c5a0a5f1cfc04c025eed5e Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 21 Mar 2024 02:55:50 +0000 Subject: [PATCH] Update .gitea/workflows/deploy.yaml --- .gitea/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index a06d678..dec8636 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,4 +1,4 @@ -ame: Hugo +name: Hugo on: push: @@ -10,10 +10,10 @@ jobs: runs-on: hugo-latest steps: - name: Grab packages - run: apk add rsync openssh-client + run: apk add rsync openssh-client curl - uses: actions/checkout@v4 with: - submodules: 'recursive' + submodules: 'true' - name: Run build task run: hugo --minify - name: Test static page