Correzione workflow per passaggio a Forgejo.
Some checks failed
Build and release / build (push) Failing after 9s
Some checks failed
Build and release / build (push) Failing after 9s
This commit is contained in:
parent
cca6ed0183
commit
ab8fdff0c0
1 changed files with 2 additions and 2 deletions
16
.forgejo/workflows/build.yml
Normal file
16
.forgejo/workflows/build.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue