Skip to content

remove display: block; from paragraph styles (#24) #45

remove display: block; from paragraph styles (#24)

remove display: block; from paragraph styles (#24) #45

Workflow file for this run

name: Minify CSS
on: push
jobs:
minify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.BOLT_BOT }}
- name: Auto Minify
uses: nizarmah/[email protected]
# Auto commits minified files to the repository
# Ignore it if you don't want to commit the files to the repository
- name: Auto committing minified files
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "minify css files"
branch: ${{ github.ref }}