Skip to content

doc: add control plane missing access right for GCP #19

doc: add control plane missing access right for GCP

doc: add control plane missing access right for GCP #19

Workflow file for this run

name: build docs
on:
push:
branches:
- main
paths:
- 'src/docs/**'
pull_request:
paths:
- 'src/docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: src/docs
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '16.15.1'
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.125.1'
extended: true
- name: Build docs
working-directory: src/docs
run: |
hugo mod npm pack
npm install
hugo --verbose