Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
milanaryal committed Nov 2, 2023
1 parent a609c38 commit c9f8732
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
env:
JEKYLL_ENV: production

- name: Install Minify deb package on Ubuntu
# if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get update && sudo apt-get install --no-install-recommends --yes minify
# - name: Install Minify deb package on Ubuntu
# if: ${{ matrix.os == 'ubuntu-latest' }}
# run: sudo apt-get update && sudo apt-get install --no-install-recommends --yes minify

# Setup Go using Homebrew
# - name: Install Go using Homebrew
Expand All @@ -79,8 +79,10 @@ jobs:
# brew link --overwrite go || true

# https://github.com/tdewolff/homebrew-tap/
# - name: Install Minify using Homebrew
# run: brew install tdewolff/tap/minify || true
- name: Install Minify using Homebrew
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install tdewolff/tap/minify || true
# https://github.com/tdewolff/minify/tree/master/cmd/minify#usage
- name: Minify HTML files
Expand Down

0 comments on commit c9f8732

Please sign in to comment.