From 4a2abac15c346c3f43aa948b3596a3e5e07d82d9 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Tue, 25 Feb 2025 19:35:53 -0800 Subject: [PATCH] No need to cd-into because actions/checkout blows away current directory --- .gitea/workflows/publish.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 370d373..6f7e057 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -16,9 +16,6 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - - name: cd into - run: cd blogcontent - - name: Block posts containing-tk run: | # This is necessary because, if `grep ...` doesn't find anything, it will _return_ (not print) a value of 1