From fa76737a0b69c4ebcd05224c3422d77c764a40a1 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Thu, 25 Feb 2021 17:13:53 +0100 Subject: [PATCH] another docs fix --- .github/workflows/wiki-create-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki-create-docs.yaml b/.github/workflows/wiki-create-docs.yaml index 2a787fbe253..38eeaeb36b6 100644 --- a/.github/workflows/wiki-create-docs.yaml +++ b/.github/workflows/wiki-create-docs.yaml @@ -48,7 +48,7 @@ jobs: cp .github/README.md ../wiki/content/index.md || echo "readme copy failed, continuing..." cp .github/CODE_OF_CONDUCT ../wiki/content/code_of_conduct.md || echo "CODE_OF_CONDUCT copy failed, continuing..." cp .github/CONTRIBUTING ../wiki/content/development/contributing.md || echo "CONTRIBUTING copy failed, continuing..." - cp .github/LICENSE ../wiki/content/LICENSE.md || echo "license copy failed, continuing..." + cp LICENSE ../wiki/content/LICENSE.md || echo "license copy failed, continuing..." sed -i '1s/^/#License\n/' ../wiki/content/LICENSE.md ls ../wiki/content/ cd ..