Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from notofonts/fixup-gh-actions
Browse files Browse the repository at this point in the history
fixup gh actions: current glyphs files
  • Loading branch information
moyogo authored Jun 6, 2021
2 parents 76c66be + e036ce4 commit 05d24d5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/continuous-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
matrix:
font-source:
- NotoLoopedLao.glyphs
- NotoSansLao.glyphs
- NotoSerifLao.glyphs
- NotoSansLao-MM.glyphs
- NotoSerifLao-MM.glyphs
- NotoLoopedLaoUI.glyphs
- NotoSansLaoUI-MM.glyphs
steps:
- name: Cancel previous
uses: styfle/cancel-workflow-action@0.8.0
Expand All @@ -34,7 +36,7 @@ jobs:
pip install -r requirements.txt
- name: Build ${{ matrix.font-source }}
run: |
bash build sources/${{matrix.font-source}} -o variable
fontmake -g sources/${{ matrix.font-source}} -o variable
- name: Store fonts
uses: actions/upload-artifact@v1
with:
Expand All @@ -50,6 +52,8 @@ jobs:
- NotoLoopedLao
- NotoSansLao
- NotoSerifLao
- NotoLoopedLaoUI
- NotoSansLaoUI
steps:
- name: Pull main repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -87,9 +91,11 @@ jobs:
strategy:
matrix:
font-family:
- NotoLoopedLao
- NotoSansLao
- NotoSerifLao
- NotoSansLaoUI
# - NotoLoopedLao
# - NotoLoopedLaoUI
weight: [100, 400, 900]
width: [70, 100]
steps:
Expand Down

0 comments on commit 05d24d5

Please sign in to comment.