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

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-23 18:04:32 +00:00
parent 0a78201a3f
commit d8ffdb53ce
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: