From 419337cf27526716da7f0ad0af56d900c045a1e8 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..3d91447 100644 --- a/.github/workflows/python-docs.yml +++ b/.github/workflows/python-docs.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: py-denormalized + working-directory: ./py-denormalized steps: - uses: actions/checkout@v4 @@ -28,8 +28,8 @@ jobs: uses: astral-sh/setup-uv@v3 with: version: "0.5.1" - enable-cache: true - cache-dependency-glob: "uv.lock" + # enable-cache: true + # cache-dependency-glob: "uv.lock" - name: Set up Python run: uv python install @@ -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