Skip to content

Commit

Permalink
Update jekyll.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaunm44 authored Apr 5, 2024
1 parent cf30550 commit 51bac9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
#run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
uses: actions/jekyll-build-pages@v1
with:
source: './src'
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit 51bac9b

Please sign in to comment.