Skip to content

Merge pull request #31 from johnofsydney/fix-search #33

Merge pull request #31 from johnofsydney/fix-search

Merge pull request #31 from johnofsydney/fix-search #33

Workflow file for this run

# .github/workflows/deploy.yml
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: hatchboxio/github-hatchbox-deploy-action@v2
with:
deploy_key: ${{ secrets.HATCHBOX_DEPLOY_KEY }}