-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add script to record expected output
- Loading branch information
Jess Bees
committed
Feb 2, 2022
1 parent
89a4014
commit 3386346
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 2.7.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |