Fix build and deployment issues

- Fix .gitignore to only ignore binary at root (/kportal)
- Add cmd/kportal/main.go to repository (was incorrectly ignored)
- Resolve merge conflict in static.yml workflow
- Ensure GitHub Pages workflow only triggers on docs/ changes
This commit is contained in:
2025-11-23 18:04:32 +00:00
parent 0a78201a3f
commit 2ca8a2df69
3 changed files with 227 additions and 4 deletions
-3
View File
@@ -5,11 +5,8 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
<<<<<<< HEAD
=======
paths:
- 'docs/**'
>>>>>>> b4f4c38 (Add github page.)
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: