Skip to content

Commit

Permalink
Not it should work... If not... then I will wake up the gradlephant
Browse files Browse the repository at this point in the history
  • Loading branch information
VDeltaGabriel committed Sep 3, 2024
1 parent 093f394 commit ceca5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/configure-pages@v5
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: cd website/ ; bundle install ; bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: cd website/ ; bundle install ; bundle exec jekyll build # --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit ceca5d0

Please sign in to comment.