diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c51827c..41c72c7 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -17,7 +17,7 @@ jobs: steps: - run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > /private.key - run: chmod 600 /private.key - - run: sudo apt install hugo + - run: apt update && apt install -y hugo - uses: actions/checkout@v4 - run: APP_VERSION=latest make - run: |