fixed action
Some checks failed
/ deploy (push) Failing after 10s

This commit is contained in:
Daniel Fichtinger 2025-07-12 17:50:39 -04:00
parent 2a0483b9cd
commit 6920fb87f6

View file

@ -2,19 +2,19 @@ on: [push]
jobs: jobs:
deploy: deploy:
runs-on: docker runs-on: docker
container:
image: alpine:edge
steps: steps:
- run: apk add npm
- uses: actions/checkout@v4
- name: Install uv - name: Install uv
run: apk add uv run: |
apt-get update && \
apt-get install -y curl ca-certificates && \
curl -LsSf https://astral.sh/uv/install.sh | sh
- uses: actions/checkout@v4
# - name: Configure hut # - name: Configure hut
# run: | # run: |
# apk add hut # apk add hut
# echo ${{ secrets.HUT }} | hut init # echo ${{ secrets.HUT }} | hut init
- name: Build - name: Build
run: | run: |
cd ficd.sh cd $GITHUB_WORKSPACE
uv run --with "git+https://git.ficd.sh/ficd/ficd.sh" zona build --output public uv run --with "git+https://git.ficd.sh/ficd/ficd.sh" zona build --output public
ls public ls public