jessite/.forgejo/workflows/deploy.yaml
Jessica Canady a3f593b97e
Some checks failed
Build and Deploy / deploy (push) Failing after 13s
WIP: Just try running the file check?
2024-04-29 13:47:34 -04:00

16 lines
303 B
YAML

name: Build and Deploy
on:
push:
branches: [main]
jobs:
deploy:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: File Check
run: |
"test -f ./README.md"
- name: Build site
run: |
"${{ github.workspace }}/bin/zola build"