mirror of
https://github.com/simongregorebner/gitea-pages.git
synced 2025-06-07 06:10:39 +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:
|
with:
|
||||||
go-version: 'stable'
|
go-version: 'stable'
|
||||||
- run: go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest
|
- 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
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
@ -119,13 +119,13 @@ To build the server binary simply run
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Build a specific version
|
# 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)
|
# 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
|
# Build locally
|
||||||
xcaddy build --with github.com/simongregorebner/caddy-gitea=.
|
xcaddy build --with github.com/simongregorebner/gitea-pages=.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user