Update diary.yml

This commit is contained in:
Andros Fenollosa 2021-08-10 16:44:48 +02:00 committed by GitHub
parent 36e5fb60b5
commit 34f980c9df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Prepare branch
run: |
git fetch
git branch -f self origin/self
git checkout self
- name: Install Lein
run: |
sudo apt update
@ -21,11 +26,8 @@ jobs:
- name: Build
run: |
lein run
- name: Upload
- name: Upload new dist
run: |
git fetch
git branch -f self origin/self
git checkout self
rm -rf docs/index.html docs/static
mv dist/index.html docs
mv dist/static docs/