From d9178b8f8b862c5392113c552b426eb5b4cdcac4 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 15 Feb 2025 01:27:49 -0500 Subject: [PATCH] Path public to match ikiwiki --- .forgejo/workflows/pages.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/pages.yaml b/.forgejo/workflows/pages.yaml index 0155208..5e789a1 100644 --- a/.forgejo/workflows/pages.yaml +++ b/.forgejo/workflows/pages.yaml @@ -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]"