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
- Host: GitHub
- URL: https://github.com/tomashubelbauer/github-pages
- Owner: TomasHubelbauer
- Created: 2020-05-02T07:21:48.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T20:22:38.000Z (about 4 years ago)
- Last Synced: 2025-09-04T06:48:08.272Z (9 months ago)
- Topics: bash, github, github-api, github-pages
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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?