From 5ec29616cc7da6e199a19c0df2a6c640ba604108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Str=C3=B6mert?= Date: Fri, 31 Jan 2025 15:52:40 +0100 Subject: [PATCH] Publish schema YAML files to GH pages --- .github/workflows/deploy-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index d132ddc..662cb11 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -36,5 +36,5 @@ jobs: mkdir -p docs touch docs/.nojekyll make gendoc - ([ ! -f docs/about.md ] && cp src/docs/about.md docs/ && cp src/dcat_4c_ap/schema/* docs/) || true + ([ ! -f docs/about.md ] && cp src/docs/about.md docs/ && cp src/dcat_4c_ap/schema/*.yaml docs/) || true make mkd-gh-deploy