Skip to content

Updates for b/382469209 #203

Updates for b/382469209

Updates for b/382469209 #203

name: repository-documentation-test
permissions: read-all
on:
pull_request:
paths:
- 'docs/**'
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.2
with:
submodules: false # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d # v2.6.0
with:
hugo-version: '0.136.5'
extended: true
- name: Build
working-directory: ./docs
run: hugo --minify