Skip to content

Commit

Permalink
Retire le flag baseurl du build Jekyll sur GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynote authored Dec 9, 2023
2 parents 1e8b21d + 0f99a09 commit e4f2be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/configure-pages@v3
- 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
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit e4f2be1

Please sign in to comment.