From bc4b6b42c0f3eb6239b04ab92798a73a32ba8dfa Mon Sep 17 00:00:00 2001 From: Charles Sibbald Date: Wed, 13 Nov 2024 17:35:52 +0200 Subject: [PATCH] charles | temporarily disable docs until algolia key issue is addressed --- .github/workflows/docs.yaml | 2 +- .github/workflows/prepare-release.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index c89ed02d46..da3863ab7b 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -3,7 +3,7 @@ name: Docs on: pull_request: branches: - - 'main' + - 'main-disabled' paths: - 'website/**' push: diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index 1a99ce45f8..e9fb423458 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -63,16 +63,16 @@ jobs: go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.9.1 helm-docs -c charts/gitops-server -o ../../website/docs/references/helm-reference.md git commit -am "Update the helm reference" || : # This may not have changed - - name: Update docs version - env: - ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }} - GA_KEY: ${{ secrets.GA_KEY }} - run: | - VERSION=${{ github.event.inputs.version }} make bin/gitops - tools/update-docs.sh ${PWD}/bin/gitops ${PWD}/website - git add website - git commit -m "Update docs for release $GITOPS_VERSION" - if: ${{ !contains(github.event.inputs.version, '-') }} +# - name: Update docs version +# env: +# ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }} +# GA_KEY: ${{ secrets.GA_KEY }} +# run: | +# VERSION=${{ github.event.inputs.version }} make bin/gitops +# tools/update-docs.sh ${PWD}/bin/gitops ${PWD}/website +# git add website +# git commit -m "Update docs for release $GITOPS_VERSION" +# if: ${{ !contains(github.event.inputs.version, '-') }} - name: Update README run: |