diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29d6f73..dcd3b5d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,6 +107,16 @@ jobs: # chmod +x $HOME/.docker/cli-plugins/docker-pushrm # docker pushrm ${{ env.IMAGE_NAME }} + Helm: + runs-on: 'ubuntu-latest' + needs: Build + # if: github.ref == 'refs/heads/master' + env: + DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}' + steps: + - uses: actions/checkout@v2 + - run: curl https://opensource.byjg.com/add-helm.sh | bash /dev/stdin helm easyhaproxy-ingress + Documentation: runs-on: 'ubuntu-latest' needs: Build