Update Security and Compliance for Generative AI in Kubernetes Enviro… #3226
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: test syntax | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
syntax-check: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@main | |
- name: Setup Hugo | |
uses: peaceiris/actions-hugo@v2 | |
with: | |
hugo-version: '0.75.1' | |
extended: true | |
- name: Build | |
run: hugo --gc --minify --cleanDestinationDir | |