hope this works lul

This commit is contained in:
Sophia Atkinson 2023-10-08 19:57:51 -07:00 committed by GitHub
parent 109d7d0d03
commit b968221372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
HUGO_VERSION: 0.118.2 HUGO_VERSION: $(curl --silent "https://api.github.com/repos/gohugoio/hugo/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/' | sed 's|[v,]||g' )
steps: steps:
- name: Install Hugo CLI - name: Install Hugo CLI
run: | run: |