Skip to content

Commit

Permalink
Merge pull request #1 from Permanent-Vacations/RalphHightower-patch-1
Browse files Browse the repository at this point in the history
[setup](build): jekyll.yml(remove incremental)
  • Loading branch information
RalphHightower authored Jan 14, 2025
2 parents c847771 + 484f373 commit 5e0896f
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 @@ -49,7 +49,7 @@ jobs:
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --trace --incremental --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build --trace --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
JEKYLL_GITHUB_TOKEN: ${{secrets.JEKYLL_METADATA_TOKEN}}
Expand Down

0 comments on commit 5e0896f

Please sign in to comment.