This commit is contained in:
parent
ab8fdff0c0
commit
1cfdd4df89
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ jobs:
|
||||||
runs-on: slides-maker
|
runs-on: slides-maker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: /app/entrypoint.sh --pdf slides.md
|
- run: /app/entrypoint.sh --pdf ${{env.GITHUB_WORKSPACE }}/slides.md
|
||||||
- uses: https://github.com/akkuman/gitea-release-action@v1
|
- uses: https://github.com/akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: slides.pdf
|
files: ${{ env.GITHUB_WORKSPACE }}/slides.pdf
|
||||||
md5sum: true
|
md5sum: true
|
||||||
token: ${{ secrets.APITOKEN_RELEASE }}
|
token: ${{ secrets.APITOKEN_RELEASE }}
|
||||||
prerelease: true
|
prerelease: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue