Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richardlitt/jekyll-scheduler-probot
A Probot that automatically builds your GitHub Pages site
https://github.com/richardlitt/jekyll-scheduler-probot
github-pages jekyll
Last synced: 11 days ago
JSON representation
A Probot that automatically builds your GitHub Pages site
- Host: GitHub
- URL: https://github.com/richardlitt/jekyll-scheduler-probot
- Owner: RichardLitt
- License: isc
- Created: 2018-03-17T20:51:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T19:13:22.000Z (over 6 years ago)
- Last Synced: 2024-12-05T14:44:38.012Z (about 1 month ago)
- Topics: github-pages, jekyll
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# jekyll-scheduler
> a GitHub App built with [probot](https://github.com/probot/probot) that
## Setup
```sh
# Install dependencies
npm install# Run the bot
npm start
```See [docs/deploy.md](docs/deploy.md) if you would like to run your own instance of this app.