Skip to content

Commit

Permalink
Update baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low authored Oct 23, 2024
1 parent 6077d88 commit f2fd4c8
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 @@ -46,7 +46,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 }}"
# Use this if serving from the root of a custom domain:
run: bundle exec jekyll build
# Use this instead if serving from maproulette.github.io/blog:
# run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit f2fd4c8

Please sign in to comment.