ChromeDevTools / devtools-protocol

Chrome DevTools Protocol
https://chromedevtools.github.io/devtools-protocol/
BSD 3-Clause "New" or "Revised" License
1.15k stars 226 forks source link

Restore automatic gh-pages updates #278

Closed mathiasbynens closed 2 years ago

mathiasbynens commented 2 years ago

It’s been a while since the gh-pages branch was updated:

It’s probably a matter of migrating scripts/update-n-publish-docs.sh to work on GitHub Actions. The current setup is a little complicated because it involves the separate https://github.com/ChromeDevTools/debugger-protocol-viewer repository.

mathiasbynens commented 2 years ago

I’ve manually updated the gh-pages branch for now: https://github.com/ChromeDevTools/devtools-protocol/commit/3f245fd5ad20871e0456246eb4fbebf716796dc4

mathiasbynens commented 2 years ago

After a bunch of trial-and-error, we’ve got something that works! The final commit that did it was c9c207e583264058326792210d1b29a95109beac.