From 251be4dad857dbf1eef2ed8270cfdb8ad02f8b82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Alexandrovi=C4=8D?= Date: Sun, 5 Jan 2025 18:13:54 +0100 Subject: [PATCH] Move book to root of the repository. --- .github/workflows/documentation.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0d1b384..9e650ec 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -25,21 +25,14 @@ jobs: echo `pwd`/mdbook >> $GITHUB_PATH - name: Build Book run: | - cd ./doc mdbook build - ls -la - name: Setup Pages uses: actions/configure-pages@v4 - - name: Check if exists - run: | - ls -la - cd ./doc - ls -la - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: 'doc/book' + path: 'book' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4