An open API service indexing awesome lists of open source software.

https://github.com/tomashubelbauer/github-pages

GitHub Pages API deployment progress watcher script
https://github.com/tomashubelbauer/github-pages

bash github github-api github-pages

Last synced: about 1 month ago
JSON representation

GitHub Pages API deployment progress watcher script

Awesome Lists containing this project

README

          

# GitHub Pages

Enqueues a GitHub Pages build and watches its building progress until the
deployment is built.

## Running

```powershell
ubuntu
cd /mnt/c/Users/TomasHubelbauer/Desktop/github-pages
./deploy.sh
```

## FYI

GitHub Pages does not support URLs starting with an underscore. Requests
to such locations will result in a 404 response. This is likely a Jekyll
feature?