Skip to content

Merge pull request #16 from johnofsydney/css-tweaking #18

Merge pull request #16 from johnofsydney/css-tweaking

Merge pull request #16 from johnofsydney/css-tweaking #18

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 }}