Skip to content

🔍 Filter out /blog/results | Remove host from robots as its unknown b… #7

🔍 Filter out /blog/results | Remove host from robots as its unknown b…

🔍 Filter out /blog/results | Remove host from robots as its unknown b… #7

Workflow file for this run

name: Astro DB
env:
ASTRO_STUDIO_APP_TOKEN: ${{secrets.ASTRO_STUDIO_APP_TOKEN }}
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
DB:
permissions:
contents: read
actions: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: jaid/action-npm-install@v1.2.1
- uses: withastro/action-studio@main
- if: ${{github.event_name == 'push' && github.ref == 'refs/heads/main'}}
run: npx astro db execute db/seed.prod.ts --remote