Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imendizabal authored Jun 25, 2024
1 parent b2d41e4 commit 68111d7
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ jobs:
env:
HUGO_VERSION: 0.123.0
steps:
- name: update npm
run: npm install -g [email protected]
- name: Install Node.js dependencies
run: npm install postcss-cli
- name: Install autoprefixer
run: npm install autoprefixer
- name: Install Hugo CLI
run: |
wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
Expand All @@ -47,11 +49,6 @@ jobs:
with:
submodules: recursive
fetch-depth: 0
- name: Install Node.js dependencies
run: npm install postcss-cli
- name: Install autoprefixer
run: npm install autoprefixer
#run: npm ci
- name: Setup Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit 68111d7

Please sign in to comment.