Skip to content

New questions - GitHub Actions #22

New questions - GitHub Actions

New questions - GitHub Actions #22

Workflow file for this run

name: Check if Hugo builds successfully
on:
pull_request:
branches:
- "master"
paths-ignore:
- ".github/**"
- "README.md"
- "CONTRIBUTING.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.117.0'
- name: Build
run: hugo