mirror of
https://github.com/thegeneralist01/fphistoryru
synced 2026-01-11 06:20:31 +01:00
split index
This commit is contained in:
parent
3e0961905f
commit
55dfc18c04
2 changed files with 0 additions and 24 deletions
24
.github/workflows/convert-to-pdf.yml
vendored
24
.github/workflows/convert-to-pdf.yml
vendored
|
|
@ -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
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue