Skip to content

Commit

Permalink
Update aws-deploy-jekyll-website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsr6720 authored Oct 17, 2024
1 parent 012f009 commit f9395de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-deploy-jekyll-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ 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 }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit f9395de

Please sign in to comment.