File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Docs
3
3
on :
4
4
pull_request :
5
5
branches :
6
- - ' main'
6
+ - ' main-disabled '
7
7
paths :
8
8
- ' website/**'
9
9
push :
Original file line number Diff line number Diff line change @@ -63,16 +63,16 @@ jobs:
63
63
go install github.com/norwoodj/helm-docs/cmd/helm-docs@v1.9.1
64
64
helm-docs -c charts/gitops-server -o ../../website/docs/references/helm-reference.md
65
65
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, '-') }}
76
76
77
77
- name : Update README
78
78
run : |
You can’t perform that action at this time.
0 commit comments