mirror of
https://github.com/1204244136/index-X.git
synced 2025-06-28 15:23:33 +08:00
Compare commits
5 Commits
auto
...
32bc49a38f
Author | SHA1 | Date | |
---|---|---|---|
32bc49a38f | |||
a6e3cd0911 | |||
213bbd35e5 | |||
39f4b262c3 | |||
f3f3617d1b |
7
.github/workflows/build-epub-release.yml
vendored
7
.github/workflows/build-epub-release.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
paths:
|
||||||
|
- 'EPUB/**'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release-epubs:
|
release-epubs:
|
||||||
@ -23,7 +26,9 @@ jobs:
|
|||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
for dir in EPUB/*/ ; do
|
for dir in EPUB/*/ ; do
|
||||||
name=$(basename "$dir")
|
name=$(basename "$dir")
|
||||||
zip -r "output/epubs/${name}.epub" "$dir"
|
(
|
||||||
|
cd "$dir" && zip -r "../../output/epubs/${name}.epub" ./*
|
||||||
|
)
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Create merged ZIPs
|
- name: Create merged ZIPs
|
||||||
|
@ -175,3 +175,7 @@ Chansey:
|
|||||||
支持X系列作者**知一一**
|
支持X系列作者**知一一**
|
||||||
- 点亮该项目右上角的小星星⭐,让更多人看到
|
- 点亮该项目右上角的小星星⭐,让更多人看到
|
||||||
- 在群里提出更多有用的建议✏️
|
- 在群里提出更多有用的建议✏️
|
||||||
|
|
||||||
|
## Star History
|
||||||
|
|
||||||
|
[](https://www.star-history.com/#1204244136/index-X&Date)
|
Reference in New Issue
Block a user