From a4117cf9463eda92ec2ec671665eeb0e4290ffff Mon Sep 17 00:00:00 2001 From: Austin Songer Date: Wed, 4 Dec 2024 18:51:39 -0600 Subject: [PATCH] Update --- .github/workflows/mdbook-build-deploy.yml | 2 +- content/book.toml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mdbook-build-deploy.yml b/.github/workflows/mdbook-build-deploy.yml index 75bbf81..2ed03a1 100644 --- a/.github/workflows/mdbook-build-deploy.yml +++ b/.github/workflows/mdbook-build-deploy.yml @@ -28,7 +28,7 @@ jobs: curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y rustup update cargo install --version ${MDBOOK_VERSION} mdbook - + - name: Build with mdBook working-directory: ./content # Ensure we are in the directory with `book.toml` run: | diff --git a/content/book.toml b/content/book.toml index b13ae0a..a5708a9 100644 --- a/content/book.toml +++ b/content/book.toml @@ -3,12 +3,13 @@ title = "AutoPilot: POAM" authors = ["Austin Songer"] language = "en" create-search-index = true -src = "docs" +src = "content" [build] build-dir = "output" +create-missing = false [output.html] -theme = "theme/default" +theme = "/content/theme/default" site-url = "/docs/" - +git-repository-url = "https://github.com/austinsonger/AutoPilot"