Skip to content

Commit

Permalink
chore(workflow): remove folder before commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wayne-shih authored Jun 12, 2022
1 parent 13643f6 commit 128bc80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
- name: Check font -- Font Bakery
run: make test
continue-on-error: true
- name: Commit built font
- name: Delete /fonts
uses: JesseTG/rm@v1.0.2
with:
path: /fonts
- name: Commit /fonts
uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: fonts/*
Expand Down

0 comments on commit 128bc80

Please sign in to comment.