Skip to content

Commit 88175c4

Browse files
committed
Update minify action to revert wrongly-minified CSS so Prism line-numbers aligned correctly
1 parent 7ac46eb commit 88175c4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/minify.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
# Checks-out your repository under $GITHUB_WORKSPACE, so auto-minify job can access it
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v5
1212

1313
- name: Auto Minify
14-
uses: nizarmah/auto-minify@v2.1
14+
uses: nizarmah/auto-minify@v3
1515

1616
# Auto commits minified files to the repository
1717
# Ignore it if you don't want to commit the files to the repository
1818
- name: Auto committing minified files
19-
uses: stefanzweifel/git-auto-commit-action@v4
19+
uses: stefanzweifel/git-auto-commit-action@v6
2020
with:
21-
commit_message: "Auto Minified JS and CSS files"
22-
branch: ${{ github.ref }}
21+
commit_message: "Auto Minify JS and CSS files"

0 commit comments

Comments
 (0)