Skip to content

Commit

Permalink
Drop useless action
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Oct 18, 2024
1 parent 7b926d1 commit 733eb15
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-v3
# Tune the jekyll action
- uses: lemonarc/[email protected]
with:
build_dir: ${{ env.BUILD_PATH }}
- name: "Build the site
working-directory: ${{ env.BUILD_PATH }}
run: |
bundle config path vendor/bundle
bundle install
bundle exec jekyll build

0 comments on commit 733eb15

Please sign in to comment.