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

Draft idea for building edition websites #166

Open stefanv opened 1 month ago

stefanv commented 1 month ago

@matthew-brett Rough sketch of what edition build might look like?

matthew-brett commented 1 month ago

What about variant, with a branch build filter of:

  push:
  push:
    branches:
    branches:
      - main
      - main
      - *-edition

changing the default branch to be latest, and changing the output repositories to be "resampling-stats/python-${{ github.ref_name }}" and `"resampling-stats/r-${{ github.ref_name }}"?

stefanv commented 1 month ago

Yeah, anything is fine :)

I'd keep the branch name main, but use logic to label it as latest. Git muscle memory will complain otherwise!