Skip to content

v1.9.0.0

v1.9.0.0 #171

Workflow file for this run

name: manual
on:
push:
branches:
- manual
jobs:
build-deploy:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- name: Checkout manual
uses: actions/checkout@v3
with:
ref: manual
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.110.0'
# extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public