This folder contains a standalone HTML/CSS site for publishing Roastify pages on GitHub Pages.
index.html- Landing pageprivacy.html- Privacy Policy page for Play Store listingstyles.css- Shared styling
You can open index.html directly in a browser, or run a tiny static server:
cd roastify-web
python3 -m http.server 8080Then open http://localhost:8080.
This repo includes an auto-deploy workflow at .github/workflows/deploy-pages.yml.
It deploys this repo to GitHub Pages when:
- changes are pushed to
main, or - the workflow is run manually from the Actions tab.
One-time setup in GitHub:
- Open repository
Settings->Pages. - Under Build and deployment, set Source to
GitHub Actions. - Push to
main(or run the workflow manually) and wait for the deploy job to finish.
After publishing with GitHub Pages, use:
https://<your-username>.github.io/<repo-name>/privacy.html
If this repo is published as a user/org site root, it becomes:
https://<your-username>.github.io/privacy.html