diff --git a/.gitea/workflows/demo-deploy.yaml b/.gitea/workflows/demo-deploy.yaml index dc746eb..ad1897e 100644 --- a/.gitea/workflows/demo-deploy.yaml +++ b/.gitea/workflows/demo-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'