Okay steps work like this.
Some checks failed
Build and Deploy / deploy (push) Failing after 0s

This commit is contained in:
Jessica Canady 2024-04-21 11:02:32 -04:00
parent abf86119f4
commit db71472c40

View file

@ -5,6 +5,9 @@ jobs:
container: container:
image: . image: .
steps: steps:
- uses: actions/checkout@v4 - name: Checkout
- run: | users: actions/checkout@v3
zola build - name: Build container
run: docker build -t jessite .
- name: Deploy site
echo "TODO: Actually deploy stuff"