Skip to content

Commit

Permalink
Merge branch 'ready4writing' of https://github.com/yas-ako/accounting…
Browse files Browse the repository at this point in the history
…_document into ready4writing
  • Loading branch information
yas-ako committed Jan 12, 2024
2 parents fc02df8 + 4f2af8c commit f1dab8f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 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@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
2 changes: 1 addition & 1 deletion css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
## 使用しているもの

* Vivliostyle
* ress
* npm-run-all

0 comments on commit f1dab8f

Please # to comment.