Skip to content

fix(deps): update go dependencies #8955

fix(deps): update go dependencies

fix(deps): update go dependencies #8955

Workflow file for this run

name: Check docs
on: [pull_request]
permissions:
contents: read
jobs:
build-technical-documentation:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout code"
uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0
with:
persist-credentials: false
- name: "Build technical documentation"
run: >
docker run
--volume "${PWD}/docs/sources:/hugo/content/docs/alloy/latest"
--env HUGO_REFLINKSERRORLEVEL=ERROR
--rm grafana/docs-base:latest
/bin/bash -c 'echo -e "---\\nredirectURL: /docs/alloy/latest/\\ntype: redirect\\nversioned: true\\n---\\n" > /hugo/content/docs/alloy/_index.md && make hugo'