Skip to content

Add support for alert notification templates #70

Add support for alert notification templates

Add support for alert notification templates #70

Workflow file for this run

name: test doc generation
on:
pull_request:
paths:
- 'docs/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f #v3.0.0
with:
hugo-version: '0.139.2'
- name: Build
working-directory: ./docs
run: hugo --minify