Skip to content

Commit

Permalink
Initial manual workflow for pdf gen
Browse files Browse the repository at this point in the history
  • Loading branch information
jovezhong authored Aug 5, 2024
1 parent 94ed4a3 commit 0682a39
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Generate PDF

on:
workflow_dispatch:

jobs:
pdf:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.3
- name: Regeneate page list
run: yarn run en-pdf-list

0 comments on commit 0682a39

Please sign in to comment.