Use the GitHub Pages URL for demos and public sharing. Do not share local file-preview URLs from your machine.
https://gyodragos-cell.github.io/ANA-MAX-v0.1.0-beta---Advanced-Neural-Architecture/
- Open the repository on GitHub.
- Go to
Settings -> Pages. - Set
SourcetoGitHub Actions. - Save.
After that, every push to main publishes the website automatically through:
.github/workflows/pages.yml
For local testing, avoid opening index.html directly if you want a clean URL.
Run this from the repository root:
python -m http.server 8080Then open:
http://127.0.0.1:8080/
Check:
python -m compileall -q main.py core tools vscode_extension
python main.py --test
python main.py --list-toolsWebsite checks:
- buttons open the right section or tab
- Runtime WorkGraph nodes are clickable
- copy buttons work
- demo video loads or is intentionally replaced later
- no local machine paths or file-preview links are in public HTML/docs