From 87131710b143076b3e5e223eb986fc0549493088 Mon Sep 17 00:00:00 2001 From: Simon Gregor Ebner Date: Tue, 25 Feb 2025 22:23:19 +0100 Subject: [PATCH] Fix some copy-paste errors fixed copy paste errors from examples I had in my caddy-gitea fork --- .github/workflows/build.yml | 2 +- Readme.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ca1c9f..61f162b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/Readme.md b/Readme.md index e380eeb..80a3b44 100644 --- a/Readme.md +++ b/Readme.md @@ -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