@@ -43,25 +43,28 @@ jobs:
4343 name : planet-auth-src-targz
4444 path : dist/planet_auth*.tar.gz
4545
46- build-docs :
47- name : " Build Documentation Packages"
48- runs-on : ubuntu-latest
49- steps :
50- - name : " Checkout code"
51- uses : actions/checkout@v4
52- - name : Prepare common Python build environment
53- uses : ./.github/actions/python-build-env-setup
54- with :
55- python-version : ${{ env.PYTHON_VERSION }}
56- # - name: "Pull Build Number"
57- # uses: ./.github/actions/version-dot-buildnum-fetch
58- # with:
59- # version-file: version-with-buildnum.txt
60- - name : " Nox: MKDocs Build"
61- run : |
62- nox -s mkdocs_build
63- - name : " Save Artifacts - MkDocs"
64- uses : actions/upload-artifact@v4
65- with :
66- name : planet-auth-mkdocs-site
67- path : site/**
46+ # Not building this as a release artifact at this time.
47+ # Docs are published to ReadTheDocs through other mechanisms.
48+ #
49+ # build-docs:
50+ # name: "Build Documentation Packages"
51+ # runs-on: ubuntu-latest
52+ # steps:
53+ # - name: "Checkout code"
54+ # uses: actions/checkout@v4
55+ # - name: Prepare common Python build environment
56+ # uses: ./.github/actions/python-build-env-setup
57+ # with:
58+ # python-version: ${{ env.PYTHON_VERSION }}
59+ # # - name: "Pull Build Number"
60+ # # uses: ./.github/actions/version-dot-buildnum-fetch
61+ # # with:
62+ # # version-file: version-with-buildnum.txt
63+ # - name: "Nox: MKDocs Build"
64+ # run: |
65+ # nox -s mkdocs_build
66+ # - name: "Save Artifacts - MkDocs"
67+ # uses: actions/upload-artifact@v4
68+ # with:
69+ # name: planet-auth-mkdocs-site
70+ # path: site/**
0 commit comments