-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# 1001M | ||
|
||
Everyday get one movie from the `1001 Movies You Must See Before You Die` list. | ||
![deployment](https://img.shields.io/github/deployments/rooyca/1001M/github-pages) | ||
|
||
Everyday get one movie from the [1001 Movies You Must See Before You Die](builder/movies.json) list. | ||
|
||
![preview](preview.png) | ||
|
||
## 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 movie is moved to `current.json`. | ||
- Another Action runs to populate the HTML file with the movie details. | ||
- Finally, the `src` folder is pushed to the `gh-pages` branch. | ||
- The website is hosted using Github Pages. [Check it out here](https://rooyca.github.io/1001M). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.