Skip to content

Commit

Permalink
Tell GHPages no Jekyll on pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Jul 12, 2023
1 parent 0b6ba5c commit fd2ec7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions continuous_reporting/generate_and_upload_reports.rb
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ def basic_report_filenames(report_name, ts, prefix: "#{BUILT_REPORTS_ROOT}/_incl
YJITMetrics.check_call "git checkout --orphan new_pages"
YJITMetrics.check_call "git rm --cached -r .gitignore && rm -f .gitignore"
YJITMetrics.check_call "mv #{RAW_REPORTS_ROOT}/_site/* ./"
YJITMetrics.check_call "touch .nojekyll"
YJITMetrics.check_call "rm Gemfile Gemfile.lock" # Why aren't these excluded during render?
YJITMetrics.check_call "git add ."
YJITMetrics.check_call "git commit -m 'Rebuilt site HTML'"
Expand Down

0 comments on commit fd2ec7f

Please sign in to comment.