Skip to content

allow to set CPU affinity for tcp listen socket #329

allow to set CPU affinity for tcp listen socket

allow to set CPU affinity for tcp listen socket #329

Workflow file for this run

name: Sphinx-Doc
permissions: { }
on:
push:
paths:
- 'sphinx/**'
pull_request:
paths:
- 'sphinx/**'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
component:
- g3proxy
- g3tiles
steps:
- uses: actions/checkout@v4
- run: |
sudo apt-get update
sudo apt-get install python3-sphinx python3-sphinx-rtd-theme
- uses: sphinx-doc/github-problem-matcher@d521df655a8af22fcc69e4f4af8b1f25699ee754 # v1.0
- run: sphinx-build sphinx/${{ matrix.component }} sphinx/${{ matrix.component }}/_build