Skip to content

Commit

Permalink
Update jekyll.yml to add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalgano authored Aug 18, 2023
1 parent 8958e59 commit 6f85df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6f85df3

Please sign in to comment.