Path public to match ikiwiki
All checks were successful
/ render (push) Successful in 37s

This commit is contained in:
Antoine Martin 2025-02-15 01:27:49 -05:00
parent 4c525b588d
commit d9178b8f8b
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -21,14 +21,14 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
ref: pages ref: pages
path: pages path: public
- name: Render website - name: Render website
run: ikiwiki --setup ikiwiki.setup run: ikiwiki --setup ikiwiki.setup
- name: Website upload - name: Website upload
run: | run: |
cp .domains pages/.domains cp .domains public/.domains
git log -1 --pretty=%B > commit.txt git log -1 --pretty=%B > commit.txt
cd pages 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]"