Skip to content

[DX-1437] organise --> organize (PR 2) (#5080) #12494

[DX-1437] organise --> organize (PR 2) (#5080)

[DX-1437] organise --> organize (PR 2) (#5080) #12494

Workflow file for this run

name: Hugo build
on:
push:
branches:
- main
- master
- release-*
pull_request:
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.92.1'
extended: true
- name: Build
run: cd tyk-docs && hugo