martinthomson / internet-draft-template

A template repository for Internet-Draft management
61 stars 61 forks source link

help with generating gh-pages #6

Closed kiranmak closed 2 years ago

kiranmak commented 2 years ago

I do not know if this is the right place to ask for support/help. I can not get HTML or index.html generated in gh-pages for the newly created repo. It may be related to 'update.yml' action which fails for the reason below.

make[1]: Entering directory '/github/workspace' lib/setup.mk:23: *** You have uncommitted changes or untracked files, please commit them before running setup. Stop. make[1]: Leaving directory '/github/workspace'

any suggestions on how can I fix this?

martinthomson commented 2 years ago

Oh dear, I'm really sorry, but the setup changes I landed recently were broken. Badly. I'll send you a pull request that should fix it.

See https://github.com/kiranmak/draft-km-doc/pull/1 - if you have other repositories that are affected, a similar change should work.

kiranmak commented 2 years ago

Many Thanks, it worked - therefore, close the issue.