moby / buildkit-bench

Set of benchmarks for BuildKit
https://moby.github.io/buildkit-bench/
Apache License 2.0
0 stars 2 forks source link

switch to actions/deploy-pages to deploy to GitHub Pages #93

Open crazy-max opened 3 days ago

crazy-max commented 3 days ago

We are currently using https://github.com/moby/buildkit-bench/blob/2e7fedb8c8ff97c32685ce190fac8a6fabd769fc/.github/workflows/ci.yml#L265-L274 to deploy the website to GitHub Pages.

We should use the official action https://github.com/actions/deploy-pages. Looking at the inputs it would allow us to have previews on pull request in the future: https://github.com/actions/deploy-pages/blob/b74272834adc04f971da4b0b055c49fa8d7f90c9/action.yml#L28-L31