mirror of
https://github.com/y377/189pan.git
synced 2023-10-27 09:09:29 +08:00
Update main.yml
This commit is contained in:
parent
4e64c74b10
commit
f29733f7ba
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: 天翼云盘签到
|
||||
name: 云盘签到
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -27,13 +27,8 @@ jobs:
|
||||
run: pip install -r requirements.txt
|
||||
- name: 签到
|
||||
run: |
|
||||
python3 ./main.py | tee log.md
|
||||
python3 ./main.py | tee ./mb.md
|
||||
env:
|
||||
TYYP_USERNAME: ${{ secrets.TYYP_USERNAME }}
|
||||
TYYP_PSW: ${{ secrets.TYYP_PSW }}
|
||||
|
||||
- name: GitHub Pages action
|
||||
uses: peaceiris/actions-gh-pages@v3.9.3
|
||||
with:
|
||||
github_token: ${{ secrets.PAT_TOKEN }}
|
||||
publish_dir: /
|
||||
|
||||
Loading…
Reference in New Issue
Block a user