Skip to content

Commit 4c28c67

Browse files
author
Manthan Ankolekar
committed
feat: added generate pdf yml
1 parent 3393e1a commit 4c28c67

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/generate-pdf.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# .github/workflows/convert-to-pdf.yml
2-
31
name: Docs to PDF
4-
# This workflow is triggered on pushes to the repository.
2+
53
on:
64
push:
75
branches:
@@ -20,7 +18,7 @@ jobs:
2018
- uses: baileyjm02/markdown-to-pdf@v1
2119
with:
2220
input_dir: docs
23-
output_dir: pdfs
21+
output_dir: assets
2422
images_dir: docs/images
2523
# for example <img src="./images/file-name.png">
2624
image_import: ./images
@@ -29,4 +27,4 @@ jobs:
2927
- uses: actions/upload-artifact@v1
3028
with:
3129
name: docs
32-
path: pdfs
30+
path: assets

0 commit comments

Comments
 (0)