Files
cv/statichost.yml
2026-02-17 02:50:16 +02:00

12 lines
415 B
YAML

image: alpine
command: |
apk add --no-cache curl jq unzip &&
curl -s -H "Authorization: token $GITHUB_TOKEN" \
"https://api.github.com/repos/repomaa/cv/actions/artifacts?per_page=1" | \
jq -r '.artifacts[0].archive_download_url' | \
xargs -I {} curl -s -L -H "Authorization: token $GITHUB_TOKEN" -o artifact.zip {} &&
unzip -o artifact.zip -d public
public: public
domains:
- joakim.repomaa.com