Fix some copy-paste errors

fixed copy paste errors from examples I had in my caddy-gitea fork
This commit is contained in:
Simon Gregor Ebner 2025-02-25 22:23:19 +01:00
parent d245a4cf9f
commit 87131710b1
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
with:
go-version: 'stable'
- run: go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
- run: xcaddy build --with github.com/simongregorebner/caddy-gitea=.
- run: xcaddy build --with github.com/simongregorebner/gitea-pages=.
- uses: actions/upload-artifact@v4
with:

View File

@ -119,13 +119,13 @@ To build the server binary simply run
```bash
# Build a specific version
xcaddy build --with github.com/simongregorebner/caddy-gitea@v0.0.1
xcaddy build --with github.com/simongregorebner/gitea-pages@v0.0.1
# Build with specific commit (that was pushed to github)
xcaddy build --with github.com/simongregorebner/caddy-gitea@f4a6a77
xcaddy build --with github.com/simongregorebner/gitea-pages@f4a6a77
# Build locally
xcaddy build --with github.com/simongregorebner/caddy-gitea=.
xcaddy build --with github.com/simongregorebner/gitea-pages=.
```
## Docker