From dad2e531e72b6a4ba9347f64ec00a1d6b321d0fe Mon Sep 17 00:00:00 2001 From: Jonas <99104369+phoenixr-codes@users.noreply.github.com> Date: Fri, 29 Mar 2024 00:24:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Fix=20directory=20location=20for?= =?UTF-8?q?=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mdbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 08c665a..8389de3 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -48,7 +48,7 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v2 with: - path: ./site + path: ./manual/site # Deployment job deploy: