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 221227c9d5

View file

@ -5,6 +5,11 @@ 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
run: |
echo "TODO: Actually deploy stuff"