From e601fe62cc59f0a9a9f597280c929f81846ecd1f Mon Sep 17 00:00:00 2001 From: Ryan Summers Date: Mon, 9 Aug 2021 16:54:19 +0200 Subject: [PATCH] Fixing directory, site-url --- .github/workflows/release-docs.yml | 2 +- book/book.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index 4681b56..feac689 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -46,7 +46,7 @@ jobs: - uses: peaceiris/actions-gh-pages@v3.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: book/stabilizer-manual + publish_dir: book/stabilizer-manual/html enable_jekyll: true publish_branch: pages force_orphan: true diff --git a/book/book.toml b/book/book.toml index bbdac8a..3ed5647 100644 --- a/book/book.toml +++ b/book/book.toml @@ -10,7 +10,7 @@ create-missing = false build-dir = "stabilizer-manual" [output.html] -site-url = "https://quartiq.de/stabilizer" +site-url = "/stabilizer" git-repository-url = "https://github.com/quartiq/stabilizer" [output.linkcheck]