Skip to content

Deploying

Vizb generates a single self-contained HTML file. Deployment is straightforward — upload the file to any static hosting platform.

Deploy using peaceiris/actions-gh-pages:

- uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .

Configure GitHub Pages to serve from the gh-pages branch in Settings → Pages.