Skip to content

Commit

Permalink
Add script to record expected output
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Bees committed Feb 2, 2022
1 parent 89a4014 commit 3386346
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.4
10 changes: 10 additions & 0 deletions bin/record_expected_output
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#! /usr/bin/env sh

export JEKYLL_ENV=production
export PAGES_REPO_NWO=actions/jekyll-build-pages
export JEKYLL_BUILD_REVISION=JEKYLL_BUILD_REVISION

for dir in $(ls test_projects)
do
bundle exec github-pages build --verbose -s test_projects/$dir -d test_projects/$dir/_expected
done

0 comments on commit 3386346

Please sign in to comment.