Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehranalam authored Apr 23, 2024
1 parent db08147 commit c62c2ad
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
name: convert

on:
push:

jobs:
converttopdf:
name: Build PDF
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Build book
run: |-
npm install -g md-to-pdf
cd content/english/blog
echo; echo "Input Folder Listing"
ls
sudo apt-get install pandoc texlive-latex-base texlive-fonts-recommended texlive-extra-utils texlive-latex-extra
pandoc *.md -o output.pdf
ls
cd ..
- uses: actions/upload-artifact@v1
with:
name: output
path: _output
- name: Issue to Markdown
uses: eunjae-lee/[email protected]

0 comments on commit c62c2ad

Please sign in to comment.