diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 2cdac4a..d46ecc0 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -7,7 +7,14 @@ jobs: steps: - name: Checkout Code uses: actions/checkout@v3 + with: + fetch-depth: 1 + - name: Install NPM and Tools + run: | + apt-get update + apt-get install -y nodejs npm gettext-base # gettext-base provides envsubst + - name: Sync OVH Subfolder to Opt run: | # Create the target path on the host