feat(Pipeline): roi 和 target 字段支持负数坐标和尺寸 (#1093) #92
Workflow file for this run
This file contains hidden or 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: deploy-maafw.xyz | |
| on: | |
| push: | |
| tags: | |
| - "v*" | |
| workflow_dispatch: | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest | |
| env: | |
| GH_TOKEN: ${{ secrets.MaaFwDocsDeploy }} | |
| steps: | |
| - run: | | |
| gh workflow --repo MaaXYZ/MaaFrameworkWebsite run deploy.yml |