makenowjust-labs/recheck

`gh-pages` is not updated

makenowjust opened this issue · 1 comments

What is the problem?

Currently gh-pages is not updated because
It is a bug simply. We should fix it.

Perhaps the following line is the reason.

https://github.com/MakeNowJust-Labo/recheck/blob/27cef4546817f3d8c82187b42702506d75075424/.github/workflows/release.yml#L184

The correct expression is github.ref_name == 'main'...?