Skip to content

Commit

Permalink
generate_pdf.yaml を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
yas-ako committed Jan 12, 2024
1 parent 1ed30af commit 72c36ac
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/generate_pdf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build and Deploy PDF

on:
push:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20

- name: Install dependencies
run: npm install

- name: Build PDF
run: npm run build

- name: Upload PDF as artifact
uses: actions/upload-artifact@v2
with:
name: pdf-artifact
path: .vivliostyle/output.pdf

0 comments on commit 72c36ac

Please # to comment.