parent
249e4cce1e
commit
c09c3dd4ec
1 changed files with 3 additions and 3 deletions
|
@ -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: apt install uv
|
||||
# - name: Configure hut
|
||||
# run: |
|
||||
# apk add hut
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue