Skip to content

Commit

Permalink
Fix auto build action
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Dec 11, 2023
1 parent 431e85c commit c6db336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Maybe build Pods Blocks JS API, Pods DFV, and styles assets
run: npm run build-production
- uses: stefanzweifel/git-auto-commit-action@v4
with:
file_pattern: ui/js/blocks/pods-blocks-api.min.* ui/js/dfv/pods-dfv.min.* ui/styles/dist/*.css
Expand Down

0 comments on commit c6db336

Please sign in to comment.