You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a GitHub action that builds the drafts and updates the corresponding GitHub Pages; does the CircleCi testing provide any benefits not provided by the GitHub action?
Currently, that action is failing with
git -C /tmp/ghpages236 push -qf https://github.com/pcapng/pcapng gh-pages
Password for 'https://****************************************@github.com': make: *** [lib/ghpages.mk:123: ghpages] Hangup
Too long with no output (exceeded 10m0s): context deadline exceeded
in lib/ghpages.mk is timing out because it's asking for a password and nobody supplies it with one. This may be due to the push token being bogus, or something such as that.
It appears that the GitHub Pages are getting updated by the GitHub action, so having CircleCI doesn't appear to be necessary, unless I'm missing something.
The text was updated successfully, but these errors were encountered:
We have a GitHub action that builds the drafts and updates the corresponding GitHub Pages; does the CircleCi testing provide any benefits not provided by the GitHub action?
Currently, that action is failing with
which looks suspiciously as if the command
in lib/ghpages.mk is timing out because it's asking for a password and nobody supplies it with one. This may be due to the push token being bogus, or something such as that.
It appears that the GitHub Pages are getting updated by the GitHub action, so having CircleCI doesn't appear to be necessary, unless I'm missing something.
The text was updated successfully, but these errors were encountered: