GitHub pages deployment fails with "missing github_token"

I’ve followed the directions here:

It worked once:
https://travis-ci.org/acgetchell/CDT-plusplus/jobs/607700064

But no longer:
https://travis-ci.org/acgetchell/CDT-plusplus/jobs/607715139#L1016

Nor various attempts since then, including resetting GITHUB_TOKEN, DOXYGEN_TOKEN, etc.
https://travis-ci.org/acgetchell/CDT-plusplus/jobs/612211459#L1028

DOXYGEN_TOKEN exported here:
https://travis-ci.org/acgetchell/CDT-plusplus/jobs/607715139#L268

I’d also turned off Caching for that particular build:
https://travis-ci.org/acgetchell/CDT-plusplus/jobs/612219543

1 Like

Same issue

This is a bug in build config validation – it breaks configs for some v1 deployers.

Disable build config validation or opt in for dpl v2 which does work with the “fixed” config.

Thanks, fixed with edge:true

Thanks, edge:true worked for me too!

https://travis-ci.org/acgetchell/CDT-plusplus/jobs/612675083