jessite/.forgejo/workflows/deploy.yaml
Jessica Canady b7ce5716d5
Some checks failed
Build and Deploy / deploy (push) Failing after 16s
WIP: Checkout v4, run and checkout in same step.
2024-04-29 13:41:04 -04:00

13 lines
277 B
YAML

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