on: [push] jobs: deploy: runs-on: docker steps: - name: Install 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 # run: | # apk add hut # echo ${{ secrets.HUT }} | hut init - name: Build run: | cd $GITHUB_WORKSPACE uv run --with "git+https://git.ficd.sh/ficd/ficd.sh" zona build --output public ls public