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

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

View file

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