install custom google font support #43
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: generate and commit PlantUML diagrams | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: generate and commit diagrams | |
uses: zaphiro-technologies/commit-plantuml-action@install-google-fonts | |
with: | |
botEmail: ${{ secrets.BOT_EMAIL }} | |
botGithubToken: ${{ secrets.GITHUB_TOKEN }} | |
enableReviewComment: true | |
installGoogleFont: Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i |