Skip to content

Commit

Permalink
Remove the flag
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 28, 2023
1 parent 19e0d16 commit 5ca2460
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
id: pages
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 5ca2460

Please sign in to comment.