Skip to content

allow to bind interface when connect to peer #192

allow to bind interface when connect to peer

allow to bind interface when connect to peer #192

Workflow file for this run

name: Sphinx-Doc
on:
push:
paths:
- 'g3proxy/doc/**'
- 'g3tiles/doc/**'
pull_request:
paths:
- 'g3proxy/doc/**'
- 'g3tiles/doc/**'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
component:
- g3proxy
- g3tiles
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "${{ matrix.component }}/doc/"