debug the release part
All checks were successful
Build / Build_And_Publish (push) Successful in 42s
All checks were successful
Build / Build_And_Publish (push) Successful in 42s
This commit is contained in:
@@ -19,8 +19,12 @@ jobs:
|
|||||||
- name: Convert to pdf
|
- name: Convert to pdf
|
||||||
run: |
|
run: |
|
||||||
npx puppeteer-cli print generated_resume.html resume.pdf
|
npx puppeteer-cli print generated_resume.html resume.pdf
|
||||||
|
- name: List files in the repository
|
||||||
|
run: |
|
||||||
|
ls ${{ gitea.workspace }}
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: resume.pdf
|
files: |-
|
||||||
|
resume.pdf
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user