Skip to content

Commit

Permalink
Test other
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbiedert committed Feb 4, 2024
1 parent c8e16c0 commit aef4fad
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .gitea/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ jobs:
npm install
bash ./scripts/ci_fix_permissions.sh
bash ./scripts/ci_pack_public.sh
- name: Generate PDF
uses: fifsky/html-to-pdf-action@master
- name: Test
uses: ianwalter/[email protected]
with:
htmlFile: ./public.clean/index.html
outputFile: ./public.clean/site.pdf
pdfOptions: '{"format": "A4", "margin": {"top": "10mm", "left": "10mm", "right": "10mm", "bottom": "10mm"}, "printBackground": true}'
args: npm test
- name: Upload S3
uses: shallwefootball/[email protected]
with:
Expand Down

0 comments on commit aef4fad

Please sign in to comment.