jessite/.forgejo/workflows/deploy.yaml
Jessica Canady 188e6e9d60
Some checks failed
Build and Deploy / deploy (push) Failing after 1m37s
WIP: Try the build on a new runner.
Can Forgejo not manually trigger builds?
2024-05-09 21:56:17 -04:00

13 lines
206 B
YAML

name: Build and Deploy
on:
push:
branches: [main]
jobs:
deploy:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build site!
run: |
docker build .