From df76e71fada7dc8d5b2ab901bee81a7e9f7639f7 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 3 Aug 2022 15:20:12 +0200 Subject: [PATCH] :construction_worker: add job to publish the documentation --- docs/docset/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docset/Makefile b/docs/docset/Makefile index 6cdca4a03..eb1cfd38c 100644 --- a/docs/docset/Makefile +++ b/docs/docset/Makefile @@ -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)