From 5ffe6e49d46c1bcdd405637deb1f9cc2b2199849 Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Thu, 30 Jan 2025 02:10:15 -0800 Subject: [PATCH] reusable by other repos fix --- .github/workflows/blogtini.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blogtini.yml b/.github/workflows/blogtini.yml index e35dd94..ece54e4 100644 --- a/.github/workflows/blogtini.yml +++ b/.github/workflows/blogtini.yml @@ -60,7 +60,7 @@ jobs: with: # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-of-jobsjob_idstepswithargs # source: https://github.com/traceypooh/blogtini/blob/main/bin/build - entrypoint: ./bin/build + entrypoint: ./_blogtini/bin/build - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: