Skip to content

Commit 6e90a35

Browse files
authored
Fix GitHub Pages URL format in README
Updated the GitHub Pages URL format in the README to include a clickable link.
1 parent caf7583 commit 6e90a35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Forecaster training/inference now consumes BTO-derived town/year context feature
249249

250250
## Live demo (two URLs)
251251

252-
- **GitHub Pages** (static report only): enable [`.github/workflows/publish-quarto.yml`](.github/workflows/publish-quarto.yml) and set **Settings → Pages** to **GitHub Actions**. URL shape: `https://<user>.github.io/<repo>/`.
252+
- **GitHub Pages** (static report only): enable [`.github/workflows/publish-quarto.yml`](.github/workflows/publish-quarto.yml) and set **Settings → Pages** to **GitHub Actions**. URL shape: `[https://<user>.github.io/<repo>/](https://eugene-sim-data-analysis-hdb.streamlit.app/)`.
253253
- **Streamlit Community Cloud** (interactive app): main file `streamlit_app.py`; Python dependencies are in [`requirements.txt`](requirements.txt) (`-e .`) and project metadata in [`pyproject.toml`](pyproject.toml). Set secrets in the Cloud UI (e.g. `DATA_GOV_SG_API_KEY`) as in [`.streamlit/secrets.toml.example`](.streamlit/secrets.toml.example). List the Cloud app URL in this README next to the Pages URL.
254254

255255
### Publish checklist (GitHub Pages + Streamlit Cloud)

0 commit comments

Comments
 (0)