Skip to content

Merge pull request #293 from release-engineering/pre-commit-ci-update… #622

Merge pull request #293 from release-engineering/pre-commit-ci-update…

Merge pull request #293 from release-engineering/pre-commit-ci-update… #622

Workflow file for this run

name: Documentation
# triggers docs push to gh-pages
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Install RPM
run: |
sudo apt-get install -y rpm
sudo apt-get install -y libkrb5-dev
- name: Setup Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: "3.13"
- name: Install Tox
run: pip install tox
- name: Install Poetry
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1
- name: Run Tox
run: |
tox -e docs
scripts/push-docs