From 144fec9b17a5f03e98eae8d03b03c81e1bece8c8 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Tue, 16 Jul 2024 22:03:23 +0100 Subject: [PATCH] Correct path to upadte tool --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c3e15925..73240c5e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -89,7 +89,7 @@ jobs: token: ${{ secrets.SHORTLINK_REPO_PAT }} - name: Update blog shortlinks working-directory: ./byjp.fyi - run: cat ../new_redirects | tools/redirects/update-shortlinks.bash + run: cat ../new_redirects | ../www.byjp.me/tools/redirects/update-shortlinks.bash - name: Build Gemini capsule working-directory: ./www.byjp.me