Skip to content

Update tricefalia-reflections-sponge-1181188.html #135

Update tricefalia-reflections-sponge-1181188.html

Update tricefalia-reflections-sponge-1181188.html #135

Workflow file for this run

name: Publish hugo site automatically
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.72.0'
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs