Skip to content
Discussion options

You must be logged in to vote

I'm looking through your workflow run failures.

The first failure I see is the one you mention above, with actions/jekyll-build-pages@v1. That action is not a part of the template and should never be run. It was run in your case because that is GitHub's built-in (and much more limited) Jekyll building mechanism -- which the template is not designed for -- and you hadn't run the first-time-setup workflow first, which disables this built-in behavior by adding the .nojekyll file.

The next failure I see is in first-time-setup workflow in the "Rename files" step: mv: cannot stat '.github/user_pull_request_template.md': No such file or directory. It seems that file had already been deleted at t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vincerubinetti
Comment options

Answer selected by vincerubinetti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants