Static GitHub Pages site for the ICNP 2026 workshop:
- Title:
AgentNet 2026: Networking Foundations for Autonomous Agents - Repository:
UCLA-IRL/agentnet-icnp26 - Expected Pages URL:
https://ucla-irl.github.io/agentnet-icnp26/
index.html: site content and structuretpc.html: workshop organizers and technical program committeestyles.css: visual design and responsive layoutmain.js: mobile navigation toggle and last-updated timestamp.github/workflows/deploy-pages.yml: GitHub Pages deployment via GitHub Actions
- Push the repository to
main. - In GitHub repo settings, open
Pages. - Set the build source to
GitHub Actionsif it is not already selected. - The workflow will publish the site automatically on the next push.
Run a simple static server from the repository root:
python3 -m http.server 8000Then open http://localhost:8000.