mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
I suck
This commit is contained in:
parent
0719b3e8e4
commit
959ed9cda4
1 changed files with 5 additions and 2 deletions
7
.github/workflows/indexer.yml
vendored
7
.github/workflows/indexer.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue