Seneca-CDOT / my-photohub

Making it easy to share your photos using GitHub Pages
BSD 2-Clause "Simplified" License
14 stars 13 forks source link

GitHub Action to Generate Website and Commit to Repo #5

Open humphd opened 1 year ago

humphd commented 1 year ago

Similar to #3, we need a way to generate an HTML page that uses all of the optimized images. Once it has been created, we need to re-commit everything in the Actions filesystem back to the repo's gh-pages branch (i.e., we want the built web site to be put into the gh-pages branch).

saminarp commented 1 year ago

I would like to give this issue a try.