Skip to content

Update Combatting-Adversarial-AI-The-Role-of-CISOs-CTOs-and-the-Top-M… #3332

Update Combatting-Adversarial-AI-The-Role-of-CISOs-CTOs-and-the-Top-M…

Update Combatting-Adversarial-AI-The-Role-of-CISOs-CTOs-and-the-Top-M… #3332

Workflow file for this run

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'
hugo-version: '0.139.3'
extended: true
- name: Build
run: hugo --gc --minify --cleanDestinationDir