Skip to content

Commit d57fde0

Browse files
committedMar 8, 2025·
Add bundle exec to build command
1 parent f9c850c commit d57fde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/middleman_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Build with Middleman
5656
run: |
5757
mkdir -p __source_build
58-
BUILD_OUTPUT="__source_build" middleman build
58+
BUILD_OUTPUT="__source_build" bundle exec middleman build
5959
- name: Set CNAME
6060
if: ${{ github.repository == 'rspec/rspec.github.io' }}
6161
run: echo "rspec.info" > CNAME

0 commit comments

Comments
 (0)
Please sign in to comment.