Skip to content

build(deps-dev): bump textlint from 14.4.2 to 14.5.0 #538

build(deps-dev): bump textlint from 14.4.2 to 14.5.0

build(deps-dev): bump textlint from 14.4.2 to 14.5.0 #538

Workflow file for this run

name: Build PDF
on:
workflow_dispatch:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Build
run: |
./scripts/pandoc.sh
- name: Check
run: |
ls -al ./pdf
ls | wc -l
ls ./pdf | wc -l
- uses: actions/upload-artifact@v4
with:
name: PDF upload
path: pdf/insomnia.pdf