Skip to content

build(deps): bump github.com/google/dnsmasq_exporter from 0.2.1-0.20230620100026-44b14480804a to 0.3.0 #13519

build(deps): bump github.com/google/dnsmasq_exporter from 0.2.1-0.20230620100026-44b14480804a to 0.3.0

build(deps): bump github.com/google/dnsmasq_exporter from 0.2.1-0.20230620100026-44b14480804a to 0.3.0 #13519

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@v4"
- name: "Build technical documentation"
run: >
docker run
--volume "${PWD}/docs/sources:/hugo/content/docs/agent/latest"
--env HUGO_REFLINKSERRORLEVEL=ERROR
--rm grafana/docs-base:latest
/bin/bash -c 'echo -e "---\\nredirectURL: /docs/agent/latest/\\ntype: redirect\\nversioned: true\\n---\\n" > /hugo/content/docs/agent/_index.md && make hugo'