mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
Fix indexer
This commit is contained in:
parent
a4fe439bf3
commit
a491c8aa54
1 changed files with 2 additions and 1 deletions
3
.github/workflows/indexer.yml
vendored
3
.github/workflows/indexer.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
branches: main
|
||||
paths: projects/**/package.yml
|
||||
|
||||
concurrency:
|
||||
group: indexer
|
||||
|
@ -21,6 +22,6 @@ jobs:
|
|||
- run: mkdir out
|
||||
- run: .github/scripts/utils/indexed.ts > out/pkgs.json
|
||||
|
||||
- uses: JamesIves/github-pages-deploy-action
|
||||
- uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
folder: out
|
||||
|
|
Loading…
Reference in a new issue