moved github action to use hugo directly

This commit is contained in:
z1glr
2025-06-20 14:34:07 +02:00
parent a0a39929a9
commit 61dac4d8e2

View File

@@ -23,13 +23,11 @@ defaults:
jobs:
deploy:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.128.0
steps:
- 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
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "latest"
- name: Checkout
uses: actions/checkout@v4
with: