Spaces:
Sleeping
Sleeping
Commit ·
85b400f
1
Parent(s): 5c64b78
fix: remove obsolete deployment workflow for ModelScope Studio
Browse files
.github/workflows/deploy_to_modelscope.yml
DELETED
|
@@ -1,21 +0,0 @@
|
|
| 1 |
-
name: Deploy to ModelScope Studio
|
| 2 |
-
|
| 3 |
-
on:
|
| 4 |
-
push:
|
| 5 |
-
branches: [main]
|
| 6 |
-
|
| 7 |
-
jobs:
|
| 8 |
-
deploy-to-modelscope:
|
| 9 |
-
runs-on: ubuntu-latest
|
| 10 |
-
steps:
|
| 11 |
-
- uses: actions/checkout@v3
|
| 12 |
-
with:
|
| 13 |
-
fetch-depth: 0
|
| 14 |
-
- name: Push to ModelScope Studio
|
| 15 |
-
env:
|
| 16 |
-
MODELSCOPE_TOKEN: ${{ secrets.MS_TOKEN }}
|
| 17 |
-
run: |
|
| 18 |
-
git config --global user.email "actions@github.com"
|
| 19 |
-
git config --global user.name "GitHub Actions"
|
| 20 |
-
git remote add modelscope https://oauth2:$MS_TOKEN@www.modelscope.cn/studios/OhMyDearAI/ArithmancySolver4HPMA.git
|
| 21 |
-
git push --force modelscope main
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|