Skip to content

Commit

Permalink
use windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorReid committed Dec 23, 2023
1 parent 318d726 commit 677372c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/export-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
job1:
runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.11"]
Expand All @@ -27,10 +27,10 @@ jobs:
path: wiki

- name: Install pandoc
run: sudo apt-get install -y pandoc
run: choco install -y pandoc

- name: Install TeX Live
run: sudo apt-get install -y texlive-xetex
# - name: Install TeX Live
# run: sudo apt-get install -y texlive-xetex

- name: Convert Markdown to PDF
run: pandoc wiki/Home.md -o output.pdf --pdf-engine=xelatex
run: pandoc wiki/Home.md -o output.pdf #--pdf-engine=xelatex

0 comments on commit 677372c

Please sign in to comment.