Skip to content

Commit

Permalink
correct ci.yml for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
royalgraphx committed Jun 25, 2023
1 parent 5fafe48 commit dd381a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
cache-version: 0 # Increment this number if you need to re-download cached gems
working-directory: '${{ github.workspace }}/docs'
- name: Build with Jekyll
run: bundle exec jekyll build
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"

0 comments on commit dd381a8

Please sign in to comment.