Skip to content

Commit

Permalink
Ignore existing directories
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Feb 5, 2024
1 parent d1a6e68 commit 50e8771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
bundle install
- name: Build with Middleman
run: |
mkdir __build
mkdir -p __build
BUILD_OUTPUT="__build" bundle exec middleman build
- name: Generate HTML Preview
id: html_preview
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/middleman_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: bundle install
- name: Build with Middleman
run: |
mkdir __source_build
mkdir -p __source_build
BUILD_OUTPUT="__source_build" middleman build
- name: Set CNAME
run: echo "rspec.info" > CNAME
Expand Down

0 comments on commit 50e8771

Please sign in to comment.