From a491c8aa5462e76bc11a819df8f4acdb5ec280ac Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 31 Oct 2023 10:40:55 -0400 Subject: [PATCH] Fix indexer --- .github/workflows/indexer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/indexer.yml b/.github/workflows/indexer.yml index 7344913c..9276f74e 100644 --- a/.github/workflows/indexer.yml +++ b/.github/workflows/indexer.yml @@ -1,6 +1,7 @@ on: push: branches: main + paths: projects/**/package.yml concurrency: group: indexer @@ -21,6 +22,6 @@ jobs: - run: mkdir out - run: .github/scripts/utils/indexed.ts > out/pkgs.json - - uses: JamesIves/github-pages-deploy-action + - uses: JamesIves/github-pages-deploy-action@v4 with: folder: out