Skip to content

Commit

Permalink
fix: hugo install
Browse files Browse the repository at this point in the history
  • Loading branch information
rswanson committed Apr 15, 2024
1 parent f4c9ddc commit db17df7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- uses: actions/checkout@v4
- 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 \
&& sudo dpkg -i ${{ runner.temp }}/hugo.deb
sudo snap install hugo
- name: Build
run: hugo --minify --destination dist
- name: Archive build directory
Expand Down

0 comments on commit db17df7

Please sign in to comment.