Skip to content

update hugo to v0.122.0 and hugo-geekdoc theme to v0.44.1 #5

update hugo to v0.122.0 and hugo-geekdoc theme to v0.44.1

update hugo to v0.122.0 and hugo-geekdoc theme to v0.44.1 #5

Workflow file for this run

# .github/workflows/preview.yml
name: Deploy PR previews
on:
pull_request:
types:
- opened
- reopened
- synchronize
permissions:
contents: write
issues: write
pull-requests: write
jobs:
deploy-preview:
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.122.0'
- name: Build website
run: hugo
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./public/