Skip to content

Merge pull request #1316 from hinashi/update/CHANGELOG/v3.109.0 #433

Merge pull request #1316 from hinashi/update/CHANGELOG/v3.109.0

Merge pull request #1316 from hinashi/update/CHANGELOG/v3.109.0 #433

Workflow file for this run

name: release hugo
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
- name: Build
run: hugo --minify
working-directory: ./docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/public
keep_files: true