David Li commited on
Commit
b9b9298
·
1 Parent(s): aa1499d

fix: try again

Browse files
.github/workflows/deploy.yml CHANGED
@@ -5,10 +5,6 @@ jobs:
5
  deploy:
6
  runs-on: ubuntu-latest
7
  steps:
8
- - run:
9
- name: "mv file"
10
- command: |
11
- mv app.py main.py
12
  - uses: actions/checkout@v2 #Be sure you check-out the repo first. Deta CLI needs access to the files
13
  - uses: BogDAAAMN/deta-deploy-action@v1.0.1
14
  with:
 
5
  deploy:
6
  runs-on: ubuntu-latest
7
  steps:
 
 
 
 
8
  - uses: actions/checkout@v2 #Be sure you check-out the repo first. Deta CLI needs access to the files
9
  - uses: BogDAAAMN/deta-deploy-action@v1.0.1
10
  with:
app.py → main.py RENAMED
File without changes