From 510336e20b248f46a19cb5d993b5fb4d8b2e0b44 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 3 Aug 2022 15:24:37 +0200 Subject: [PATCH] :construction_worker: add job to publish the documentation --- .github/workflows/publish_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_documentation.yml b/.github/workflows/publish_documentation.yml index 7079fc71b..e9370534d 100644 --- a/.github/workflows/publish_documentation.yml +++ b/.github/workflows/publish_documentation.yml @@ -40,4 +40,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: docset - path: docs/docset/JSON_for_Modern_C++.tgz + path: docs/docset/JSON_for_Modern_C++.docset