This commit is contained in:
Max Howell 2023-10-31 13:08:54 -04:00
parent 0719b3e8e4
commit 959ed9cda4
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -1,7 +1,10 @@
on: on:
push: push:
branches: main branches: main
paths: projects/**/package.yml paths:
- projects/**/package.yml
- .github/scripts/utils/indexer.ts
- .github/workflows/indexer.yml
concurrency: concurrency:
group: indexer group: indexer
@ -20,7 +23,7 @@ jobs:
+: deno +: deno
- run: mkdir out - 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 - uses: JamesIves/github-pages-deploy-action@v4
with: with: