Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/earthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
source: .
push: true
set: |
github-sponsor-webhook.tags=ghcr.io/xe/site/github-sponsor-webhook:latest
patreon-saasproxy.tags=ghcr.io/xe/site/patreon-saasproxy:latest
sponsor-panel.tags=ghcr.io/xe/site/sponsor-panel:latest
xesite.tags=ghcr.io/xe/site/bin:latest
Expand All @@ -49,7 +48,6 @@ jobs:
source: .
push: false
set: |
github-sponsor-webhook.tags=ghcr.io/xe/site/github-sponsor-webhook:latest
patreon-saasproxy.tags=ghcr.io/xe/site/patreon-saasproxy:latest
sponsor-panel.tags=ghcr.io/xe/site/sponsor-panel:latest
xesite.tags=ghcr.io/xe/site/bin:latest
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ cw.tar
node_modules
/xesite
/xesitectl
/github-sponsor-webhook
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Go-based static site generator with JavaScript tooling for content automation.
## Project Structure

```
cmd/ # Binaries: fabricate-generation, github-sponsor-webhook, hydrate, no-way-to-prevent-this, patreon-saasproxy, xesite (main), xesitectl
cmd/ # Binaries: fabricate-generation, hydrate, no-way-to-prevent-this, patreon-saasproxy, xesite (main), xesitectl
internal/ # Private packages
lume/ # Static site generator configuration and pages
```
Expand Down
91 changes: 0 additions & 91 deletions cmd/github-sponsor-webhook/main.go

This file was deleted.

Loading
Loading