diff --git a/.github/workflows/release-docs.yml b/.github/workflows/release-docs.yml index 80b14b9..feac689 100644 --- a/.github/workflows/release-docs.yml +++ b/.github/workflows/release-docs.yml @@ -39,14 +39,14 @@ jobs: - name: Build Book working-directory: book - run: + run: | mv ../target/thumbv7em-none-eabihf/doc src/firmware mdbook build - uses: peaceiris/actions-gh-pages@v3.8.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: docs + 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]