From 82040dc8baefb2c1ce4706f7a97943acbd155676 Mon Sep 17 00:00:00 2001 From: Tilen Gimpelj <66419530+Tiggax@users.noreply.github.com> Date: Tue, 18 Feb 2025 19:43:52 +0100 Subject: [PATCH] try verbose soruce --- .github/workflows/deploy-docs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 9763229..2316d8a 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -43,15 +43,17 @@ jobs: - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: - destination: docs + source: ./docs + destination: ./docs - name: list + run: ls run: ls docs - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: docs + path: ./docs deploy: environment: