Skip to content

Commit

Permalink
refine workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGong2013 committed Mar 6, 2023
1 parent bb470de commit 58ef558
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/leancloud-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
uses: actions/checkout@v3
- name: Setup LeanCloud Cli
uses: manyuanrong/[email protected]

# Deployment job
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- run: |
cd ./docs
lean login --region cn-n1 --username ${{secrets.LEANCLOUD_USER}} --password ${{secrets.LEANCLOUD_PASS}}
Expand Down

0 comments on commit 58ef558

Please sign in to comment.