Skip to content

fix: Prometheus listeners now available in Sto2HS #216

fix: Prometheus listeners now available in Sto2HS

fix: Prometheus listeners now available in Sto2HS #216

Workflow file for this run

---
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Python dependencies
run: |
pip install tox
- name: Deploy to gh-pages
run: tox -e deploy-github
name: deploy
'on':
push:
branches:
- main