diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8ff249b..dec8636 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,7 @@ 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: 'true'