Fix indexer

This commit is contained in:
Max Howell 2023-10-31 10:40:55 -04:00
parent a4fe439bf3
commit a491c8aa54
Failed to extract signature

View file

@ -1,6 +1,7 @@
on: on:
push: push:
branches: main branches: main
paths: projects/**/package.yml
concurrency: concurrency:
group: indexer group: indexer
@ -21,6 +22,6 @@ jobs:
- run: mkdir out - run: mkdir out
- run: .github/scripts/utils/indexed.ts > out/pkgs.json - run: .github/scripts/utils/indexed.ts > out/pkgs.json
- uses: JamesIves/github-pages-deploy-action - uses: JamesIves/github-pages-deploy-action@v4
with: with:
folder: out folder: out