From aff04ec28b281245589076a4d750be3823324a43 Mon Sep 17 00:00:00 2001 From: Matt Green Date: Thu, 14 Nov 2024 12:01:01 -0800 Subject: [PATCH] update python docs action --- .github/workflows/python-docs.yml | 36 +++++++++++++++---------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/python-docs.yml b/.github/workflows/python-docs.yml index fbb40e1..01c68bf 100644 --- a/.github/workflows/python-docs.yml +++ b/.github/workflows/python-docs.yml @@ -18,9 +18,9 @@ jobs: # Build the documentation and upload the static HTML files as an artifact. build: runs-on: ubuntu-latest - defaults: - run: - working-directory: py-denormalized + # defaults: + # run: + # working-directory: ./py-denormalized steps: - uses: actions/checkout@v4 @@ -43,18 +43,18 @@ jobs: # Deploy the artifact to GitHub pages. # This is a separate job so that only actions/deploy-pages has the necessary permissions. - deploy: - needs: build - runs-on: ubuntu-latest - defaults: - run: - working-directory: py-denormalized - permissions: - pages: write - id-token: write - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - steps: - - id: deployment - uses: actions/deploy-pages@v4 + # deploy: + # needs: build + # runs-on: ubuntu-latest + # defaults: + # run: + # working-directory: ./py-denormalized + # permissions: + # pages: write + # id-token: write + # environment: + # name: github-pages + # url: ${{ steps.deployment.outputs.page_url }} + # steps: + # - id: deployment + # uses: actions/deploy-pages@v4