Skip to content

Merging to release-5.1: double alias /getting-started/installation/with-tyk-on-premises/ (#5031) #12332

Merging to release-5.1: double alias /getting-started/installation/with-tyk-on-premises/ (#5031)

Merging to release-5.1: double alias /getting-started/installation/with-tyk-on-premises/ (#5031) #12332

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