Commit Graph

8 Commits

Author SHA1 Message Date
yimysty 82f5f31626 Merge remote-tracking branch 'origin' into add-jekyll-build-pages-release-process 2022-02-07 10:31:42 -08:00
yimysty 0c8c98072d add release process 2022-02-07 09:43:38 -08:00
Jess Bees 5a78e45c89 Support recording expected output in an action!
the `record_expected_output` script now uses the `act` utility
(https://github.com/nektos/act) to run this repo's action in a container
as github actions would.

You can now pass one argument to that, `local`, to go back to running
`github-pages` on your local ruby install. (I removed the `.ruby-version`
file since we don't *need* to record using the local env anymore, so
make sure that you're on Ruby 2.7.4)

This eliminates the inconsistency between recorded output and generated
output on actions, so we don't need to ignore any lines in `diff` anymore.
2022-02-02 12:50:26 -05:00
Jess Bees d0debd29ca Ignore the SEO json tag, which is inconsistently rendered locally and on actions 2022-02-02 11:59:50 -05:00
Jess Bees 3386346410 Add script to record expected output 2022-02-02 11:59:50 -05:00
Jess Bees 89a4014787 exclude directories from the list of files to compare 2022-02-01 14:34:54 -05:00
Jess Bees ac02ba7b04 Add a test step to compare outputs
There is no expected output committed to the repo yet, so it is expected
to fail.
2022-02-01 11:35:24 -05:00
Tommy Byrd 39a7bb35bb publish to actions org 2021-12-14 11:27:51 -05:00