proxmoxve-enthome/.forgejo/workflows/build.yml
Emiliano Vavassori ab8fdff0c0
Some checks failed
Build and release / build (push) Failing after 9s
Correzione workflow per passaggio a Forgejo.
2025-06-17 21:02:07 +02:00

16 lines
381 B
YAML

---
name: Build and release
on:
- push
jobs:
build:
runs-on: slides-maker
steps:
- uses: actions/checkout@v3
- run: /app/entrypoint.sh --pdf slides.md
- uses: https://github.com/akkuman/gitea-release-action@v1
with:
files: slides.pdf
md5sum: true
token: ${{ secrets.APITOKEN_RELEASE }}
prerelease: true