Skip to content

Commit 726f8e2

Browse files
authored
Merge pull request #4211 from weaveworks/disable-docs-till-algolia-key-is-available
charles | temporarily disable docs until algolia key issue is addressed
2 parents bc082e2 + bc4b6b4 commit 726f8e2

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docs
33
on:
44
pull_request:
55
branches:
6-
- 'main'
6+
- 'main-disabled'
77
paths:
88
- 'website/**'
99
push:

.github/workflows/prepare-release.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ jobs:
6363
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.9.1
6464
helm-docs -c charts/gitops-server -o ../../website/docs/references/helm-reference.md
6565
git commit -am "Update the helm reference" || : # This may not have changed
66-
- name: Update docs version
67-
env:
68-
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
69-
GA_KEY: ${{ secrets.GA_KEY }}
70-
run: |
71-
VERSION=${{ github.event.inputs.version }} make bin/gitops
72-
tools/update-docs.sh ${PWD}/bin/gitops ${PWD}/website
73-
git add website
74-
git commit -m "Update docs for release $GITOPS_VERSION"
75-
if: ${{ !contains(github.event.inputs.version, '-') }}
66+
# - name: Update docs version
67+
# env:
68+
# ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
69+
# GA_KEY: ${{ secrets.GA_KEY }}
70+
# run: |
71+
# VERSION=${{ github.event.inputs.version }} make bin/gitops
72+
# tools/update-docs.sh ${PWD}/bin/gitops ${PWD}/website
73+
# git add website
74+
# git commit -m "Update docs for release $GITOPS_VERSION"
75+
# if: ${{ !contains(github.event.inputs.version, '-') }}
7676

7777
- name: Update README
7878
run: |

0 commit comments

Comments
 (0)