`gh-pages` is not updated
makenowjust opened this issue · 1 comments
makenowjust commented
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.
The correct expression is github.ref_name == 'main'
...?