mirror of
https://github.com/tanrax/RSSPAPER.git
synced 2025-03-12 12:40:13 -04:00
Update diary.yml
This commit is contained in:
parent
36e5fb60b5
commit
34f980c9df
10
.github/workflows/diary.yml
vendored
10
.github/workflows/diary.yml
vendored
@ -14,6 +14,11 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Prepare branch
|
||||||
|
run: |
|
||||||
|
git fetch
|
||||||
|
git branch -f self origin/self
|
||||||
|
git checkout self
|
||||||
- name: Install Lein
|
- name: Install Lein
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
@ -21,11 +26,8 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
lein run
|
lein run
|
||||||
- name: Upload
|
- name: Upload new dist
|
||||||
run: |
|
run: |
|
||||||
git fetch
|
|
||||||
git branch -f self origin/self
|
|
||||||
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