Skip to content

Commit

Permalink
fixes indent error in gh-action file
Browse files Browse the repository at this point in the history
  • Loading branch information
david-saeger committed Jul 25, 2024
1 parent 86e0907 commit 9a512d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
- name: Install dependencies
- name: Install dependencies
run: bundle install

- name: Create cache directory
Expand Down Expand Up @@ -80,4 +80,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 9a512d9

Please sign in to comment.