Showcase: Fixed link for HPHelper #269
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Build On PR | |
on: | |
pull_request: | |
branches: [ '*' ] | |
jobs: | |
check-build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Setup Hugo | |
uses: peaceiris/actions-hugo@v2 | |
with: | |
hugo-version: '0.120.4' | |
extended: true | |
- name: Build | |
run: hugo --minify |