Skip to content

Commit e81f451

Browse files
committed
bump gftools
1 parent 173634c commit e81f451

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
python-version: 3.9
3030
- name: Install packages
3131
run: |
32-
pip install git+https://github.com/m4rc1e/tools.git@066f337691d1b65f12afeb98b2c887b1cd41c883
32+
pip install git+https://github.com/m4rc1e/tools.git@50de5472976b8f6c8a39ca6e6b94e214bf0e3043
3333
shell: bash
3434
- name: Setup Chrome
3535
uses: browser-actions/setup-chrome@latest

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: m4rc1e/diffbrowsers-action@latest
1919
with:
20-
path: ./fonts # Path to a directory of fonts
20+
paths: ./fonts # Path to a directory of fonts
2121
pt_size: 15 # Change text pt size in html docs (Optional)
2222
fonts_before: 'google-fonts' # Diff against previous fonts (Optional)
2323
```
@@ -45,7 +45,7 @@ jobs:
4545
fetch-depth: 0
4646
- uses: m4rc1e/diffbrowsers-action@v0.0.34
4747
with:
48-
path: ./fonts
48+
paths: ./fonts
4949
pt_size: 15
5050
fonts_before: google-fonts
5151
width: 1280

0 commit comments

Comments
 (0)