Skip to content

Use updater app instead of github agent app for merging into dev #8468

Use updater app instead of github agent app for merging into dev

Use updater app instead of github agent app for merging into dev #8468

Workflow file for this run

name: Check docs
on: [pull_request]
jobs:
build-technical-documentation:
runs-on: "ubuntu-latest"
steps:
- name: "Check out code"
uses: "actions/checkout@v3"
- name: "Build technical documentation"
run: |
docker run -v ${PWD}/docs/sources:/hugo/content/docs/agent/latest -e HUGO_REFLINKSERRORLEVEL=ERROR --rm grafana/docs-base:latest /bin/bash -c 'make hugo'