proxmoxve-enthome/.gitea/workflows/build.yml
Emiliano Vavassori 4b93cb7ea5
Some checks failed
Build and release / build (push) Failing after 1m58s
Aggiornate azioni.
2025-06-02 22:05:07 +02:00

16 lines
391 B
YAML

---
name: Build and release
on:
- push
jobs:
build:
runs-on: slides-maker
steps:
- uses: actions/checkout@v3
- run: npm --prefix /app exec marp -- --config /etc/marprc --pdf slides.md
- uses: actions/gitea-release-action@v1
with:
files: slides.pdf
md5sum: true
token: ${secrets.APITOKEN_RELEASE}
prerelease: true