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:
|
||||
push:
|
||||
branches:
|
||||
- self
|
||||
schedule:
|
||||
- cron: "21 6 * * *"
|
||||
|
||||
@ -21,6 +23,7 @@ jobs:
|
||||
lein run
|
||||
- name: Upload
|
||||
run: |
|
||||
git checkout self
|
||||
rm -rf docs/index.html docs/static
|
||||
mv dist/index.html docs
|
||||
mv dist/static docs/
|
||||
|
Loading…
x
Reference in New Issue
Block a user