mirror of
https://github.com/simongregorebner/gitea-pages.git
synced 2025-06-06 05:40:41 +02:00
Fix some copy-paste errors
fixed copy paste errors from examples I had in my caddy-gitea fork
This commit is contained in:
parent
d245a4cf9f
commit
87131710b1
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user