mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-03-01 06:19:17 -05:00
Update diary.yml
This commit is contained in:
parent
01e7b191b8
commit
8fd9428b5f
3
.github/workflows/diary.yml
vendored
3
.github/workflows/diary.yml
vendored
@ -2,6 +2,8 @@ name: build-pack
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- self
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "21 6 * * *"
|
- cron: "21 6 * * *"
|
||||||
|
|
||||||
@ -21,6 +23,7 @@ jobs:
|
|||||||
lein run
|
lein run
|
||||||
- name: Upload
|
- name: Upload
|
||||||
run: |
|
run: |
|
||||||
|
git checkout self
|
||||||
rm -rf docs/index.html docs/static
|
rm -rf docs/index.html docs/static
|
||||||
mv dist/index.html docs
|
mv dist/index.html docs
|
||||||
mv dist/static docs/
|
mv dist/static docs/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user