Skip to content

update hickory client code #314

update hickory client code

update hickory client code #314

Workflow file for this run

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