We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32bfc5 commit 7476e98Copy full SHA for 7476e98
bin/record_expected_output
@@ -5,9 +5,9 @@ if [ "local" = "$1" ]; then
5
export PAGES_REPO_NWO=actions/jekyll-build-pages
6
export JEKYLL_BUILD_REVISION=JEKYLL_BUILD_REVISION
7
8
- for dir in $(ls test_projects)
+ for dir in test_projects/*
9
do
10
- bundle exec github-pages build --verbose -s test_projects/$dir -d test_projects/$dir/_expected
+ bundle exec github-pages build --verbose -s "test_projects/${dir}" -d "test_projects/${dir}/_expected"
11
done
12
else
13
act -b -s GITHUB_TOKEN -j record-expected-output
0 commit comments