Skip to content

Update ghcr.io/cn-docker/hugo Docker tag to v0.160.0 #232

Update ghcr.io/cn-docker/hugo Docker tag to v0.160.0

Update ghcr.io/cn-docker/hugo Docker tag to v0.160.0 #232

Workflow file for this run

name: PR Workflow
on:
pull_request:
types: [opened, reopened, synchronize]
branches: [main]
jobs:
spell-checker:
runs-on: ubuntu-latest
container: ghcr.io/cn-docker/cspell:9.8.0
steps:
- name: Checkout
uses: actions/checkout@v6
- name: CSpell
run: task spell-check
build:
needs: spell-checker
runs-on: ubuntu-latest
container: ghcr.io/cn-docker/hugo:v0.160.0
env:
ENV: development
steps:
- name: Checkout
uses: actions/checkout@v6
with:
submodules: recursive
- name: Build with Hugo
run: task build ENV=development