Skip to content

Commit

Permalink
ci(actions): Generate and upload sample sheet as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 25, 2024
1 parent b3db20b commit d96205e
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/fontship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ jobs:
run: |
git fetch --prune --tags ||:
- name: Fontship make
uses: theleagueof/fontship@v0
- name: FontProof
id: fontproof
uses: sile-typesetter/fontproof@v2
with:
args: documentation/waterfalls.sil
- name: SILE
id: sile
uses: sile-typesetter/sile@v0
with:
args: documentation/sample.sil
- name: Fontship package
id: fontship
uses: theleagueof/fontship@v0
with:
Expand All @@ -26,16 +38,6 @@ jobs:
with:
name: ${{ steps.fontship.outputs.DISTDIR }}
path: ${{ steps.fontship.outputs.DISTDIR }}.zip
- name: FontProof
id: fontproof
uses: docker://siletypesetter/fontproof:latest
with:
args: proofs/waterfalls.sil
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: waterfalls
path: proofs/waterfalls.pdf
- name: Release
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit d96205e

Please sign in to comment.