Skip to content

Commit

Permalink
try merge pdf and md doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed May 13, 2024
1 parent 15fc6a8 commit 8f99a13
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@ jobs:
with:
source: ./doc
destination: ./_site
- name: Install TeX Live
uses: zauguin/install-texlive@v3
with:
package_file: .github/tl_packages
- name: Checkout fonts for testing
uses: actions/checkout@v4
with:
repository: wspr/fontspec-test-fonts
path: fontspec-test-fonts
- name: Install fonts for testing
run: ./fontspec-test-fonts/install.sh
- name: Documentation
run: l3build doc -q -H --show-log-on-error
- name: Copy PDF
run: cp *.pdf _site/
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 8f99a13

Please sign in to comment.