Skip to content

Commit

Permalink
Merge pull request #4211 from weaveworks/disable-docs-till-algolia-ke…
Browse files Browse the repository at this point in the history
…y-is-available

charles | temporarily disable docs until algolia key issue is addressed
  • Loading branch information
casibbald authored Nov 13, 2024
2 parents bc082e2 + bc4b6b4 commit 726f8e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docs
on:
pull_request:
branches:
- 'main'
- 'main-disabled'
paths:
- 'website/**'
push:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ jobs:
go install github.com/norwoodj/helm-docs/cmd/[email protected]
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: |
Expand Down

0 comments on commit 726f8e2

Please sign in to comment.