From 02f39c6674286d66a71f272952fc7b72a186f904 Mon Sep 17 00:00:00 2001 From: maxcapodi78 Date: Thu, 5 Oct 2023 11:12:54 +0200 Subject: [PATCH] reverted --- .github/workflows/full_documentation.yml | 36 ++++++++++++------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/full_documentation.yml b/.github/workflows/full_documentation.yml index 82ee5348a06..6fe075780fd 100644 --- a/.github/workflows/full_documentation.yml +++ b/.github/workflows/full_documentation.yml @@ -73,10 +73,10 @@ jobs: testenv\Scripts\Activate.ps1 sphinx-build -j auto --color -b html -a doc/source doc/_build/html - - name: Create PDF Documentations - run: | - testenv\Scripts\Activate.ps1 - .\doc\make.bat pdf +# - name: Create PDF Documentations +# run: | +# testenv\Scripts\Activate.ps1 +# .\doc\make.bat pdf - name: Upload HTML documentation artifact uses: actions/upload-artifact@v3 @@ -92,20 +92,20 @@ jobs: path: doc/_build/html/EDBAPI retention-days: 7 - - name: Upload PDF documentation artifact - uses: actions/upload-artifact@v3 - with: - name: documentation-pdf - path: doc/_build/pdf - retention-days: 7 - - - name: Release - uses: softprops/action-gh-release@v1 - if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') - with: - generate_release_notes: true - files: | - doc/_build/pdf +# - name: Upload PDF documentation artifact +# uses: actions/upload-artifact@v3 +# with: +# name: documentation-pdf +# path: doc/_build/pdf +# retention-days: 7 + +# - name: Release +# uses: softprops/action-gh-release@v1 +# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags') +# with: +# generate_release_notes: true +# files: | +# doc/_build/pdf doc-deploy-stable: name: Deploy stable documentation