Upgrade: Bump serde from 1.0.171 to 1.0.185 #150
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |