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:
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: