This commit is contained in:
parent
4c525b588d
commit
d9178b8f8b
1 changed files with 3 additions and 3 deletions
|
@ -21,14 +21,14 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
ref: pages
|
||||
path: pages
|
||||
path: public
|
||||
- name: Render website
|
||||
run: ikiwiki --setup ikiwiki.setup
|
||||
- name: Website upload
|
||||
run: |
|
||||
cp .domains pages/.domains
|
||||
cp .domains public/.domains
|
||||
git log -1 --pretty=%B > commit.txt
|
||||
cd pages
|
||||
cd public
|
||||
date > generated.txt
|
||||
# Note: the following account information will not work on GHES
|
||||
git config user.name "forgejo-actions[bot]"
|
||||
|
|
Loading…
Add table
Reference in a new issue