Parietal-INRIA / fmralign

Functional alignment and template estimation library for functional Magnetic Resonance Imaging data
https://parietal-inria.github.io/fmralign/
BSD 3-Clause "New" or "Revised" License
20 stars 7 forks source link

Create a deploy action #85

Closed pbarbarant closed 1 week ago

pbarbarant commented 3 months ago

Updates various gh actions and implements automatic deployment of the docs on a gh-pages branch.

bthirion commented 3 months ago

DO we need to merge in order to see if it works ? @emdupre any comment ?

pbarbarant commented 3 months ago

DO we need to merge in order to see if it works ? @emdupre any comment ?

Yes in order to see the website, however we can check beforehand that the action completed successfully.

pbarbarant commented 1 week ago

Refactored the doc-build.yml with @emdupre to simplify the overall workflow. The website is now deployed from the gh-pages branch and will be automatically updated with every merge/push to the mainbranch. BTW artifacts are also kept.

emdupre commented 1 week ago

Thanks, @pbarbarant ! When checks are green I'm good to merge 🚀

I already set up the redirect from https://parietal-inria.github.io/fmralign-docs and archived that repo, so I think this should be the end of our deployment issues ! 🎉

pbarbarant commented 1 week ago

Closes #91

emdupre commented 1 week ago

This is now the same error we saw before merging in 7dbab07 , so I think it's ready to go and I'm happy to see this in !

pbarbarant commented 1 week ago

Okay I'm merging it!