From 63c541c78c85bf5084327ba5f28ea7adb93e70b4 Mon Sep 17 00:00:00 2001 From: wompmacho Date: Tue, 10 Mar 2026 06:21:36 +0000 Subject: [PATCH] updated compose + deploy --- .gitea/workflows/deploy.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 38c6440..6d7b4d9 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -29,6 +29,9 @@ jobs: name: github-pages # Gitea pages expects this specific name path: 'public/' - - name: Deploy - # Use v2 or v3 for Gitea compatibility - uses: actions/deploy-pages@v2 \ No newline at end of file + - name: Deploy to Pages Branch + uses: peaceiris/actions-gh-pages@v3 + with: + personal_token: ${{ secrets.ACCESS_TOKEN }} # You'll need to create this in Gitea + publish_branch: pages + publish_dir: ./public \ No newline at end of file