ci/cd work in prod ftw

This commit is contained in:
Max Howell 2023-10-31 13:11:38 -04:00
parent 959ed9cda4
commit b3e312839a
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ run-name: 'cd: ${{ github.event.head_commit.message }}'
on: on:
push: push:
branches: main branches: main
paths: projects paths: projects/**/*
jobs: jobs:
cd: cd:

View file

@ -23,7 +23,7 @@ jobs:
+: deno +: deno
- run: mkdir out - 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 - uses: JamesIves/github-pages-deploy-action@v4
with: with: