Skip to content

Commit

Permalink
upload the pdf as build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jovezhong committed Aug 5, 2024
1 parent 291804c commit 7ca69d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7ca69d5

Please sign in to comment.