Skip to content

Commit

Permalink
It better have worked (or else)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pabilo8 authored Sep 21, 2023
1 parent e8da142 commit 5f332de
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
- name: Navigate directory
run: cd website/
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: cd website/ ; bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down

0 comments on commit 5f332de

Please sign in to comment.