diff --git a/.github/workflows/leancloud-pages.yml b/.github/workflows/leancloud-pages.yml index 8f39642..3b2765b 100644 --- a/.github/workflows/leancloud-pages.yml +++ b/.github/workflows/leancloud-pages.yml @@ -1,31 +1,31 @@ -# Sample workflow for building and deploying a Jekyll site to GitHub Pages -name: Push docs to leancloud +# # Sample workflow for building and deploying a Jekyll site to GitHub Pages +# name: Push docs to leancloud -on: - # Runs on pushes targeting the default branch - push: - paths: - - "docs/**" +# on: +# # Runs on pushes targeting the default branch +# push: +# paths: +# - "docs/**" - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: +# # Allows you to run this workflow manually from the Actions tab +# workflow_dispatch: -# Allow one concurrent deployment -concurrency: - group: "pages" - cancel-in-progress: true +# # Allow one concurrent deployment +# concurrency: +# group: "pages" +# cancel-in-progress: true -jobs: - # Build job - build: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Setup LeanCloud Cli - uses: manyuanrong/setup-lean-cli@v1.0.0 - - run: | - cd ./docs - lean login --region cn-n1 --username ${{secrets.LEANCLOUD_USER}} --password ${{secrets.LEANCLOUD_PASS}} - lean switch --region cn-n1 --group web ${{secrets.LEANCLOUD_APP_ID}} - lean deploy +# jobs: +# # Build job +# build: +# runs-on: ubuntu-latest +# steps: +# - name: Checkout +# uses: actions/checkout@v3 +# - name: Setup LeanCloud Cli +# uses: manyuanrong/setup-lean-cli@v1.0.0 +# - run: | +# cd ./docs +# lean login --region cn-n1 --username ${{secrets.LEANCLOUD_USER}} --password ${{secrets.LEANCLOUD_PASS}} +# lean switch --region cn-n1 --group web ${{secrets.LEANCLOUD_APP_ID}} +# lean deploy diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 79f2153..5972cf3 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -54,7 +54,7 @@ brews: homepage: https://apkgo.com.cn description: Upload apk to anywhere license: "Apache-2.0" - tap: + repository: owner: KevinGong2013 name: homebrew-tap branch: main