fixed typo
Some checks failed
/ deploy (push) Failing after 6s

This commit is contained in:
Daniel Fichtinger 2025-07-12 17:38:05 -04:00
parent 249e4cce1e
commit c09c3dd4ec

View file

@ -2,12 +2,12 @@ on: [push]
jobs: jobs:
deploy: deploy:
runs-on: docker runs-on: docker
container: # container:
image: apline:edge # image: alpine:edge
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install uv - name: Install uv
run: apv add uv run: apt install uv
# - name: Configure hut # - name: Configure hut
# run: | # run: |
# apk add hut # apk add hut