From 77b4f6157e3e680b525d03516169a81a330f2ee8 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 3 Aug 2022 15:32:08 +0200 Subject: [PATCH] :construction_worker: add job to publish the documentation --- .github/workflows/publish_documentation.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/publish_documentation.yml b/.github/workflows/publish_documentation.yml index b2c4e2cc6..427c594db 100644 --- a/.github/workflows/publish_documentation.yml +++ b/.github/workflows/publish_documentation.yml @@ -31,12 +31,3 @@ jobs: - name: Publish documentation run: make publish -C docs/mkdocs - - - name: Create docset - run: make -C docs/docset - - - name: Archive docset - uses: actions/upload-artifact@v3 - with: - name: docset - path: docs/docset/JSON_for_Modern_C++.tgz