Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 609 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 609 Bytes

1001M

deployment

Everyday get one movie from the 1001 Movies You Must See Before You Die list.

preview

How does it work?

  • We have a list of movies in builder/movies.json.
  • Everyday a Github Action runs and picks a movie corresponding to the day.
  • The same Action populates the HTML file with the movie details.
  • And finally, the src folder is pushed to the gh-pages branch.
  • The website is hosted using Github Pages. You can check it out here.