Skip to content

bump hugo version to 0.158.0 for hugoblox compatibility #4

bump hugo version to 0.158.0 for hugoblox compatibility

bump hugo version to 0.158.0 for hugoblox compatibility #4

Workflow file for this run

# Deploy Hugo site to GitHub Pages
name: Deploy Hugo site to Pages
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
build:
uses: ./.github/workflows/build.yml
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4