From 7ca69d5f5277536995fcda8afe86d6b5b6c4a8d9 Mon Sep 17 00:00:00 2001 From: Jove Zhong Date: Mon, 5 Aug 2024 16:02:51 -0700 Subject: [PATCH] upload the pdf as build artifact --- .github/workflows/pdf.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pdf.yml b/.github/workflows/pdf.yml index 5b86f2eab..15bee9bda 100644 --- a/.github/workflows/pdf.yml +++ b/.github/workflows/pdf.yml @@ -17,3 +17,9 @@ jobs: run: | grep -v -F -f "pdf/docs.timeplus.com.excludes.txt" "pdf/docs.timeplus.com.txt" > a mv a "pdf/docs.timeplus.com.txt" + - name: Regeneate PDF + run: yarn run en-pdf-gen + - name: Share PDF + uses: actions/upload-artifact@v4 + with: + path: pdf/docs.timeplus.com.pdf