From 1e28684e073c3663a2d9feb55dfac98d94479f22 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 3 Aug 2022 15:29:38 +0200 Subject: [PATCH] :construction_worker: add job to publish the documentation --- .github/workflows/publish_documentation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish_documentation.yml b/.github/workflows/publish_documentation.yml index e9370534d..b2c4e2cc6 100644 --- a/.github/workflows/publish_documentation.yml +++ b/.github/workflows/publish_documentation.yml @@ -5,7 +5,6 @@ on: push: branches: - develop - - documentation_update # TODO: remove before merging # we don't want to have concurrent jobs, and we don't want to cancel running jobs to avoid broken publications concurrency: @@ -40,4 +39,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: docset - path: docs/docset/JSON_for_Modern_C++.docset + path: docs/docset/JSON_for_Modern_C++.tgz