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 c96a8dd618

View file

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