Skip to content

Updating <hint> shortcode to be compatible with Hugo v0.100+ #735

Updating <hint> shortcode to be compatible with Hugo v0.100+

Updating <hint> shortcode to be compatible with Hugo v0.100+ #735

Workflow file for this run

name: Pull Request Checks
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
extended: true
- name: Build
run: hugo --minify