From e1dbf19b7cdca550966f4440c3ebc5faad5928c1 Mon Sep 17 00:00:00 2001 From: Jelly Terra Date: Tue, 3 Sep 2024 02:57:10 +0800 Subject: [PATCH] Bump to v2.4.0. Skip broken versions. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f144df4..395a6b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Pagine logo -# Pagine v2.2.0 +# Pagine v2.4.0 Pagine is an high-performance website constructor that makes full use of multicore hardware. @@ -33,7 +33,7 @@ Find the executable that matches your OS and architecture in [releases](https:// ### Build from source ```shell -$ go install github.com/webpagine/pagine/v2/cmd/pagine@v2.2.0 +$ go install github.com/webpagine/pagine/v2/cmd/pagine@v2.4.0 ``` > [!TIP] @@ -275,7 +275,7 @@ Path starts from where the unit is. $ pagine --public ../public ``` -Upload `public` to your server. +Upload `../public` to your server. ### Deploy to GitHub Pages via GitHub Actions (recommended) @@ -306,7 +306,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Install Pagine - run: go install github.com/webpagine/pagine/v2/cmd/pagine@v2.2.0 + run: go install github.com/webpagine/pagine/v2/cmd/pagine@v2.4.0 - name: Checkout uses: actions/checkout@v4