Files
jekyll-build-pages/bin/record_expected_output
T

11 lines
285 B
Bash
Raw Normal View History

2022-02-01 22:19:18 -05:00
#! /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