Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Jun 28, 2024
1 parent e55d0db commit 39b3b8d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,8 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
with:
source: ./docs/
destination: ./_site
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build --source ./docs/ --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production

Expand Down

0 comments on commit 39b3b8d

Please sign in to comment.