Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix linter issues
  • Loading branch information
Yoann Chaudet committed Dec 28, 2022
1 parent a32bfc5 commit 7476e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/record_expected_output
Expand Up @@ -5,9 +5,9 @@ if [ "local" = "$1" ]; then
export PAGES_REPO_NWO=actions/jekyll-build-pages
export JEKYLL_BUILD_REVISION=JEKYLL_BUILD_REVISION

for dir in $(ls test_projects)
for dir in test_projects/*
do
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"
done
else
act -b -s GITHUB_TOKEN -j record-expected-output
Expand Down

0 comments on commit 7476e98

Please sign in to comment.