Correzione workflow per passaggio a Forgejo.
Some checks failed
Build and release / build (push) Failing after 9s

This commit is contained in:
Emiliano Vavassori 2025-06-17 21:02:07 +02:00
parent cca6ed0183
commit ab8fdff0c0

View file

@ -0,0 +1,16 @@
---
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