From 843038fe896147c56512c4888b20bc505d4d5d28 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Sat, 24 Feb 2024 15:00:49 -0600 Subject: [PATCH] WIP #274 find the built docs --- .github/workflows/docs.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e758b269..7760d6ea 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -54,16 +54,16 @@ jobs: requirements_path: ./docs/requirements.txt - name: Diagnostic - run: pwd && ls -lAFgh + run: ls -lAFgh ${{ steps.deployment.outputs.artifact }} - - name: Upload Docs ZIP file as artifact - uses: actions/upload-artifact@v4 - with: - name: ${{ env.REPOSITORY_NAME }}-docs - path: docs/build/html/ + # - name: Upload Docs ZIP file as artifact + # uses: actions/upload-artifact@v4 + # with: + # name: ${{ env.REPOSITORY_NAME }}-docs + # path: docs/build/html/ - - uses: peaceiris/actions-gh-pages@v3 - if: ${{ github.event.inputs.deploy }} - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ${{ steps.deployment.outputs.artifact }} + # - uses: peaceiris/actions-gh-pages@v3 + # if: ${{ github.event.inputs.deploy }} + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # publish_dir: ${{ steps.deployment.outputs.artifact }}