1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

Publish documentation on push to develop branch (#3660)

👷 add job to publish the documentation
This commit is contained in:
Niels Lohmann
2022-08-03 22:28:26 +02:00
committed by GitHub
parent 22cd1c9eb9
commit 98d70d4676
3 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,4 @@
SHELL=/usr/bin/env bash
SED ?= $(shell which gsed 2>/dev/null || which sed)
MKDOCS_PAGES=$(shell cd ../mkdocs/docs/ && find * -type f -name '*.md' | sort)