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