Skip to content

Commit 1d552bb

Browse files
chore(ci): fix build
1 parent b6af95d commit 1d552bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ build-docs:
22
@$(MAKE) build-docs-website
33

44
build-docs-website:
5+
git config --global --add safe.directory "${GITHUB_WORKSPACE}/docs"
56
mkdir -p dist
67
docker build -t squidfunk/mkdocs-material ./docs/
78
docker run --rm -t -v ${PWD}:/docs squidfunk/mkdocs-material build

docs/core/logging.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Logging
33
description: Core utility
44
---
55

6+
67
Logging provides an opinionated logger with output structured as JSON.
78

89
**Key features**

0 commit comments

Comments
 (0)