From 34faab49ff7dcf51198f7a74ed525f3fa00afe5f Mon Sep 17 00:00:00 2001 From: Jared Kling Date: Mon, 8 Dec 2025 17:35:33 -0600 Subject: [PATCH] Convert with puppeteer --- .gitea/workflows/sample.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/sample.yaml b/.gitea/workflows/sample.yaml index 4db21b6..f225649 100644 --- a/.gitea/workflows/sample.yaml +++ b/.gitea/workflows/sample.yaml @@ -16,6 +16,9 @@ jobs: - name: List files in the repository run: | ls ${{ gitea.workspace }} + - name: Convert to pdf + run: | + npx puppeteer-cli print generated_resume.html resume.pdf - name: Create Release uses: akkuman/gitea-release-action@v1 with: