Skip to content

Commit

Permalink
Bump to v2.4.0. Skip broken versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyterra committed Sep 2, 2024
1 parent f2e00a6 commit e1dbf19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<img src="https://github.com/jellyterra/artworks/raw/master/logo/pagine_v2.svg" height="140" alt="Pagine logo" />

# Pagine v2.2.0
# Pagine v2.4.0

Pagine is an high-performance website constructor that makes full use of multicore hardware.

Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e1dbf19

Please sign in to comment.