Skip to content

Commit

Permalink
upload from nju
Browse files Browse the repository at this point in the history
  • Loading branch information
log2cn committed Oct 27, 2024
0 parents commit 5cc979a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: push

on: push

jobs:
run-script:
name: job0
runs-on: ubuntu-latest
env:
PASSWORD: ${{ secrets.PASSWORD }}
TOKEN: ${{ secrets.TOKEN }}

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- run: pip install webdavclient3==3.14.5
- run: bash get_data_list.sh
- run: mkdir upload
- run: python main.py
- run: bash upload.sh

0 comments on commit 5cc979a

Please sign in to comment.