Skip to content

Merge pull request #1318 from syucream/fix/arrange-directories #436

Merge pull request #1318 from syucream/fix/arrange-directories

Merge pull request #1318 from syucream/fix/arrange-directories #436

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