Skip to content

Merge pull request #30 from git-pkgs/dependabot/github_actions/action… #70

Merge pull request #30 from git-pkgs/dependabot/github_actions/action…

Merge pull request #30 from git-pkgs/dependabot/github_actions/action… #70

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Setup Hugo
uses: peaceiris/actions-hugo@2752ce1d29631191ea3f27c23495fa06139a5b78 # v3.2.1
with:
hugo-version: 'latest'
extended: true
- name: Build
run: hugo --minify