parent
249e4cce1e
commit
2d04912bcc
1 changed files with 3 additions and 2 deletions
|
@ -3,11 +3,12 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: apline:edge
|
image: alpine:edge
|
||||||
steps:
|
steps:
|
||||||
|
- run: apk add npm
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
run: apv add uv
|
run: apk add uv
|
||||||
# - name: Configure hut
|
# - name: Configure hut
|
||||||
# run: |
|
# run: |
|
||||||
# apk add hut
|
# apk add hut
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue