From ca9deed22561f5461d674ab446bf66034a890431 Mon Sep 17 00:00:00 2001 From: Ayberk Yilmaz Date: Fri, 19 Mar 2021 10:00:32 -0700 Subject: [PATCH] Remove docs publish gh workflow --- .github/workflows/publish_docs.yml | 20 -------------------- docs/README.md | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .github/workflows/publish_docs.yml diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml deleted file mode 100644 index 4e9b4e9be9..0000000000 --- a/.github/workflows/publish_docs.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Publish docs via GitHub Pages -on: - push: - branches: - - master - paths: - - 'docs/**' - - 'mkdocs.yml' - -jobs: - build: - name: Deploy docs - runs-on: ubuntu-latest - steps: - - name: Checkout main - uses: actions/checkout@v1 - - name: Deploy docs - uses: mhausenblas/mkdocs-deploy-gh-pages@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/docs/README.md b/docs/README.md index 239f72a4c6..843835b93c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -38,7 +38,7 @@ The AWS cloud provider provides the interface between a Kubernetes cluster and AWS service APIs. This project allows a Kubernetes cluster to provision, monitor and remove AWS resources necessary for operation of the cluster.

- See the online documentation here + See the online documentation here

## Compatibility with Kubernetes