Update and rename week.yml to dayly.yml

This commit is contained in:
Andros Fenollosa 2021-07-30 01:50:16 +02:00 committed by GitHub
parent 012e03d753
commit e959657bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ jobs:
lein run
- name: Upload
run: |
rm -rf docs/index.html
rm -rf docs/index.html docs/static
mv dist/index.html docs
cp -rf resources/static/ docs
mv dist/static docs/
git config user.email "action@github.com"
git config user.name "GitHub Action"
git add docs/index.html