Skip to content

Commit

Permalink
2024.06.12 Adapt to Pagine v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jellyterra committed Jun 11, 2024
1 parent b3f6ccb commit 65b9e19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pagine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Pagine
run: go install github.com/webpagine/pagine/cmd/pagine@latest
run: go install github.com/webpagine/pagine/v2/cmd/pagine@latest

- name: Checkout
uses: actions/checkout@v4
Expand All @@ -54,4 +54,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
4 changes: 4 additions & 0 deletions docs/unit.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[[unit]]
template = "genesis:post"
output = "/index.html"
define = { title = "Documentation", content = "../README.md" }

0 comments on commit 65b9e19

Please sign in to comment.