Skip to content

Fix indentation for correct building of tips section #1620

Fix indentation for correct building of tips section

Fix indentation for correct building of tips section #1620

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 0.101.0
extended: true
- name: Run build
run: make dist
- name: Check HTML
run: make test