Update week.yml

This commit is contained in:
Andros Fenollosa 2021-07-06 17:57:21 +02:00 committed by GitHub
parent 27b04a37d7
commit 190110131c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,6 @@ jobs:
git config user.email "action@github.com"
git config user.name "GitHub Action"
git add docs/index.html
git commit -m 'Update build'
git push origin master
git commit -m "$(date +"%F")"
git push origin main