mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
ci/cd work in prod ftw
This commit is contained in:
parent
959ed9cda4
commit
b3e312839a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -4,7 +4,7 @@ run-name: 'cd: ${{ github.event.head_commit.message }}'
|
|||
on:
|
||||
push:
|
||||
branches: main
|
||||
paths: projects
|
||||
paths: projects/**/*
|
||||
|
||||
jobs:
|
||||
cd:
|
||||
|
|
2
.github/workflows/indexer.yml
vendored
2
.github/workflows/indexer.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
+: deno
|
||||
|
||||
- run: mkdir out
|
||||
- run: .github/scripts/utils/indexer.ts > out/pkgs.json
|
||||
- run: deno run -A .github/scripts/utils/indexer.ts > out/pkgs.json
|
||||
|
||||
- uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue