From dd6f200d446d11ba50adfea45d761e4a572810b0 Mon Sep 17 00:00:00 2001 From: Wachtl Enterprises LLC <tyrolyean@escpe.net> Date: Mon, 17 Mar 2025 00:11:59 +0100 Subject: [PATCH] Bool is not string Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net> --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index cacb0fb..8168bc3 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - lfs: 'true' + lfs: true - run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV # (3)! - name: "Build mkdocs site" run: |