diff --git a/.github/workflows/pagine.yml b/.github/workflows/pagine.yml index c67c97c..9759055 100644 --- a/.github/workflows/pagine.yml +++ b/.github/workflows/pagine.yml @@ -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 @@ -54,4 +54,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4 diff --git a/docs/unit.toml b/docs/unit.toml new file mode 100644 index 0000000..83eb3a1 --- /dev/null +++ b/docs/unit.toml @@ -0,0 +1,4 @@ +[[unit]] +template = "genesis:post" +output = "/index.html" +define = { title = "Documentation", content = "../README.md" }