From 0403261b60df818159748da603345adb89169602 Mon Sep 17 00:00:00 2001 From: Neal Fachan Date: Sat, 27 Apr 2024 18:00:57 -0700 Subject: [PATCH] Try something else. --- .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 a538bf14..269c43ac 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 --dest-dir ../../../website/book && ls -lR ../../../website) + (mkdir -p ../website/book && cd doc/book && mdbook build --dest-dir ../../../website/book && ls -lR ../../../website) - name: Set up Pages uses: actions/configure-pages@v4 - name: Upload Artifact