From ea6b54b7422a2afc4a6d1974015598ef08a7cee8 Mon Sep 17 00:00:00 2001 From: Pat O'Connor Date: Sat, 22 Mar 2025 16:20:25 +0000 Subject: [PATCH] fix(GUIDEFRAME-50): adding working dir to docs workflow Signed-off-by: Pat O'Connor --- .github/workflows/pages.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 1c82b64..3541f6e 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -37,6 +37,7 @@ jobs: ruby-version: '3.3' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems + working-directory: docs - name: Setup Pages id: pages uses: actions/configure-pages@v5