From 959ed9cda4c74da9de26b91b626f98797e18eb19 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Tue, 31 Oct 2023 13:08:54 -0400 Subject: [PATCH] I suck --- .github/workflows/indexer.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/indexer.yml b/.github/workflows/indexer.yml index 9276f74e..42f0faff 100644 --- a/.github/workflows/indexer.yml +++ b/.github/workflows/indexer.yml @@ -1,7 +1,10 @@ on: push: branches: main - paths: projects/**/package.yml + paths: + - projects/**/package.yml + - .github/scripts/utils/indexer.ts + - .github/workflows/indexer.yml concurrency: group: indexer @@ -20,7 +23,7 @@ jobs: +: deno - run: mkdir out - - run: .github/scripts/utils/indexed.ts > out/pkgs.json + - run: .github/scripts/utils/indexer.ts > out/pkgs.json - uses: JamesIves/github-pages-deploy-action@v4 with: