Skip to content

Commit

Permalink
feat: docs, v0.0.1 completed
Browse files Browse the repository at this point in the history
  • Loading branch information
huyikun.hyk committed Jan 16, 2024
1 parent 1293d55 commit bab7c88
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@ steps:
id: checkout
uses: actions/checkout@v4

- name: serverless-devs deploy
uses: actions/setup-serverless@v1
- name: Setup Node
id: setupnode
uses: actions/setup-node@v4
with:
node-version: 18

- name: Setup Serverless-devs
uses: actions/setup-s-aliyun@v1
with:
account_id: ${{ secrets.ACCOUNT_ID }}
access_key_id: ${{ secrets.ACCESS_KEYID }}
Expand Down

0 comments on commit bab7c88

Please sign in to comment.