updated compose + deploy
Some checks failed
Deploy Hugo to Gitea Pages / build-and-deploy (push) Failing after 42s

This commit is contained in:
2026-03-10 06:21:36 +00:00
parent 80273020e8
commit 63c541c78c

View File

@@ -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
- 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