Skip to content

Deploying

Vizb generates a single self-contained HTML file. Upload that file (or a directory that contains it) to any static host.

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.