Add script to record expected output

This commit is contained in:
Jess Bees
2022-02-02 11:59:50 -05:00
parent 89a4014787
commit 3386346410
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
2.7.4
+10
View File
@@ -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