Skip to content

build(deps): bump github.com/percona/mongodb_exporter from 0.39.1-0.20230706092307-28432707eb65 to 0.41.2 #2198

build(deps): bump github.com/percona/mongodb_exporter from 0.39.1-0.20230706092307-28432707eb65 to 0.41.2

build(deps): bump github.com/percona/mongodb_exporter from 0.39.1-0.20230706092307-28432707eb65 to 0.41.2 #2198

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/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'