This commit is contained in:
parent
6cb918ab09
commit
28436e0bb0
1 changed files with 2 additions and 1 deletions
|
@ -25,11 +25,12 @@ jobs:
|
||||||
run: ikiwiki --setup ikiwiki.setup
|
run: ikiwiki --setup ikiwiki.setup
|
||||||
- name: Website upload
|
- name: Website upload
|
||||||
run: |
|
run: |
|
||||||
|
git log -1 --pretty=%B > commit.txt
|
||||||
cd public
|
cd public
|
||||||
date > generated.txt
|
date > generated.txt
|
||||||
# Note: the following account information will not work on GHES
|
# Note: the following account information will not work on GHES
|
||||||
git config user.name "forgejo-actions[bot]"
|
git config user.name "forgejo-actions[bot]"
|
||||||
git config user.email "dev@ayakael.net"
|
git config user.email "dev@ayakael.net"
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update"
|
git commit -F ../commit.txt
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Reference in a new issue