We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
JonRowe
Learn more about funding links in repositories.
Report abuse
1 parent f9c850c commit d57fde0Copy full SHA for d57fde0
.github/workflows/middleman_deploy.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Build with Middleman
56
run: |
57
mkdir -p __source_build
58
- BUILD_OUTPUT="__source_build" middleman build
+ BUILD_OUTPUT="__source_build" bundle exec middleman build
59
- name: Set CNAME
60
if: ${{ github.repository == 'rspec/rspec.github.io' }}
61
run: echo "rspec.info" > CNAME
0 commit comments