Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GitHub Action to deploy to GitHub Pages #131

Open
TimvdLippe opened this issue Apr 6, 2020 · 2 comments
Open

Use GitHub Action to deploy to GitHub Pages #131

TimvdLippe opened this issue Apr 6, 2020 · 2 comments

Comments

@TimvdLippe
Copy link
Contributor

Rather than the current Bash scripts, we should use a CI solution like GitHub Actions to deploy. Example action: https://github.com/marketplace/actions/deploy-to-github-pages

@TimvdLippe
Copy link
Contributor Author

@paulirish you want to take a stab at this, given the scripts run on your machine atm?

@paulirish
Copy link
Member

paulirish commented Apr 7, 2020

this runs every hour:

cd "$HOME/code/pristine/devtools-protocol/scripts" && ./update-to-latest.sh && ./update-n-publish-docs.sh

basically invoking update-n-publish-docs.sh from a GH action on push for the -protocol repo is an option, but it doesn't feel like it wins us much. the bigger effort is having something like copybara update the -protocol repo with the latest PDF whenever it changes in the chromium repo. if we had that, then the rest of things could sit in actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants