Skip to content

chore(deps): bump openssl from 0.10.64 to 0.10.66 in /rust_snuba #12508

chore(deps): bump openssl from 0.10.64 to 0.10.66 in /rust_snuba

chore(deps): bump openssl from 0.10.64 to 0.10.66 in /rust_snuba #12508

Workflow file for this run

name: Snuba Docs on PR's
on:
pull_request:
jobs:
docs:
name: Sphinx
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Generate config schema docs
run: |
pip install virtualenv
make generate-config-docs
- name: Build docs
run: |
make snubadocs