Skip to content

deps: Bump the github-actions group with 1 update (#16) #19

deps: Bump the github-actions group with 1 update (#16)

deps: Bump the github-actions group with 1 update (#16) #19

Workflow file for this run

name: Publish Site
on:
push:
branches:
- main
jobs:
publish:
name: Publish
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
runs-on: ubuntu-latest
defaults:
run:
shell: bash
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
with:
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d #v2.6.0
with:
hugo-version: latest
extended: true
- name: Build
run: hugo --minify
- name: Publish
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 #v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public