resampling-stats / resampling-with

Source repository for third edition of "Resampling: The New Statistics"
https://resampling-stats.github.io
Other
11 stars 9 forks source link

Deploy preview build #115

Closed stefanv closed 1 year ago

stefanv commented 1 year ago

PRs have access to github.token, but that token only has read permission. As such, it cannot be used to update the PR status. Instead, we print the deploy URL to a step output. All step outputs are joined and displayed in the workflow status.

stefanv commented 1 year ago

CircleCI allows browsing of artifacts; so will switch to that.

stefanv commented 1 year ago

See https://github.com/networkx/networkx/blob/main/.circleci/config.yml

matthew-brett commented 1 year ago

Is this one ready to merge? Please go ahead if so.

stefanv commented 1 year ago

Right now, it uploads the built site as an artifact. To view it, you'd need to download it first. I still plan to switch the build to CircleCI, which allows direct browsing of artifacts.