Update SHL to v4.300 after running updatefamilydata.py. #39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger findafont rebuild | |
on: | |
push: | |
paths: [families.json] | |
jobs: | |
dispatch: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger langtags rebuild | |
uses: peter-evans/repository-dispatch@v3 | |
with: | |
token: ${{ secrets.REPO_DISPATCH_TOKEN }} | |
repository: silnrsi/findafont | |
event-type: families-updated | |
client-payload: >- | |
{ | |
"release": true | |
} |