pantry/.github/workflows/indexer.yml

27 lines
457 B
YAML
Raw Normal View History

2023-10-31 13:30:26 +03:00
on:
push:
branches: main
concurrency:
group: indexer
cancel-in-progress: true
jobs:
new-pkgs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pkgxdev/setup@v2
with:
+: deno
- run: mkdir out
- run: .github/scripts/utils/indexed.ts > out/pkgs.json
- uses: JamesIves/github-pages-deploy-action
with:
folder: out