Skip to content

Commit

Permalink
remove peaciris in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
lechaps committed Dec 14, 2024
1 parent 60b68d0 commit 6911041
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ jobs:
- uses: actions/checkout@v4

# Hugo
- name: Hugo setup
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
- name: Install Hugo
run: |
wget https://github.com/gohugoio/hugo/releases/download/v$(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | jq -r .tag_name)/hugo_extended_$(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | jq -r .tag_name)_Linux-64bit.tar.gz
tar -xzf hugo_extended_*.tar.gz
sudo mv hugo /usr/local/bin/
# Clean and don't fail
- name: Clean public directory
Expand Down

0 comments on commit 6911041

Please sign in to comment.