From 26b5b7cb6ad7253a58f7f73116496790de40fd9a Mon Sep 17 00:00:00 2001 From: Xudong Guo Date: Fri, 10 Feb 2023 11:32:23 +0800 Subject: [PATCH] clean up action --- .github/workflows/versioning.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/versioning.yml diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml deleted file mode 100644 index a5971b1..0000000 --- a/.github/workflows/versioning.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: versioning -on: - push: - branches: - - 'release-**' -jobs: - add-new-version-docs: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Push to GitHub Repo - uses: sunny0826/auto-docs-action@v0.1.7 - env: - SSH_PRIVATE_KEY: ${{ secrets.GH_PAGES_DEPLOY }} - VERSION: ${{ github.ref }} - with: - gh-page: git@github.com:sunny0826/pod-lens.github.io.git