Skip to content

Upgrade: Bump serde_json from 1.0.107 to 1.0.110 #181

Upgrade: Bump serde_json from 1.0.107 to 1.0.110

Upgrade: Bump serde_json from 1.0.107 to 1.0.110 #181

Workflow file for this run

name: Deployment
on: [pull_request, push]
jobs:
build_and_test:
name: Deploy to Aliyun OSS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: "mv docs dist"
- name: Deploy OSS
uses: JayMeDotDot/[email protected]
with:
access-key-id: ${{ secrets.S3_ACCESS_KEY }}
access-key-secret: ${{ secrets.S3_SECRET_KEY }}
region: ${{ secrets.S3_REGION }}
bucket: ${{ secrets.S3_BUCKET }}
endpoint: ${{ secrets.S3_ENDPOINT }}