feat: add support for multiple content types in index page and sorting functions
Some checks failed
Build and Push Docker Image - HEC IA Wiki / build-and-push (push) Has been cancelled

This commit is contained in:
vorpax
2026-01-29 11:51:55 +01:00
parent dd4f6a7b01
commit d9862eae65
5 changed files with 135 additions and 40 deletions

View File

@@ -0,0 +1,11 @@
name: Debug Context
on: workflow_dispatch
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Print Gitea context
run: |
echo "server_url: ${{ gitea.server_url }}"
echo "api_url: ${{ gitea.api_url }}"
echo "repository: ${{ gitea.repository }}"