From 825085e4b3be9183e4ce3d5a87ff60793a6d8cd0 Mon Sep 17 00:00:00 2001 From: Neal Fachan Date: Sat, 27 Apr 2024 18:24:36 -0700 Subject: [PATCH] Try again x6. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f2d42d7..a9bde799 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: echo `pwd`/mdbook >> $GITHUB_PATH - name: Build Documentation run: | - (cd doc/book && mdbook build && mv book ../../website) + (cd doc/book && mdbook build --dest-dir ../../website/doc) - name: Set up Pages uses: actions/configure-pages@v4 - name: Upload Artifact