Skip to content

Merge branch 'ready4writing' of https://github.com/yas-ako/accounting… #6

Merge branch 'ready4writing' of https://github.com/yas-ako/accounting…

Merge branch 'ready4writing' of https://github.com/yas-ako/accounting… #6

Workflow file for this run

name: Build and Deploy PDF
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
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@v4
with:
name: pdf-artifact
path: .vivliostyle/output.pdf