1
Fork 0
mirror of https://github.com/thegeneralist01/fphistoryru synced 2026-01-09 22:00:23 +01:00

split index

This commit is contained in:
klapaucius 2024-02-29 14:16:44 +05:00
parent 3e0961905f
commit 55dfc18c04
2 changed files with 0 additions and 24 deletions

View file

@ -1,24 +0,0 @@
name: Docs to PDF
on:
push:
branches:
- main
paths:
- 'index.md'
jobs:
converttopdf:
name: Build PDF
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: baileyjm02/markdown-to-pdf@v1
with:
input_path: index.md
output_dir: pdfs
build_html: false
- uses: actions/upload-artifact@v3
with:
name: docs
path: pdfs