From 6f85df35a0ab3de9bfadf0a6e1ac949df1637c14 Mon Sep 17 00:00:00 2001 From: Steven Galgano Date: Fri, 18 Aug 2023 15:06:25 -0400 Subject: [PATCH] Update jekyll.yml to add missing quote --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 165b16a..70a8caf 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -46,7 +46,7 @@ jobs: id: pages uses: actions/configure-pages@v3 - name: Build with Jekyll - working-directory: ${{ github.workspace }}/guide/site' + working-directory: '${{ github.workspace }}/guide/site' # Outputs to the './_site' directory by default run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: