Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 7, 2024
1 parent 1a7c130 commit c1326d7
Show file tree
Hide file tree
Showing 5 changed files with 2,346 additions and 580 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OUTPUT: yoyo.json
OUTPUT_ZY: zy.json
OUT_HTML: index.html
- name: Auto commit yoyo.json
- name: Auto commit and force push
run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add yoyo.json
git add index.html
git add zy.json
git commit --amend --no-edit --author="github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
- name: Push changes
uses: ad-m/github-push-action@master
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# v1
# v1 online

https://github.com/waifu-project/movie/issues/45 中生成的数据(每天更新一次)

输出结果UI: https://waifu-project.github.io/v1/

- [yoyo.json](https://cdn.jsdelivr.net/gh/waifu-project/v1@latest/yoyo.json)https://github.com/waifu-project/movie 格式
- [zy.json](https://cdn.jsdelivr.net/gh/waifu-project/v1@latest/zy.json)https://github.com/Hiram-Wong/ZyPlayer 格式
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

Loading

0 comments on commit c1326d7

Please sign in to comment.