Skip to content

Merge pull request #235 from sebp/dependabot/github_actions/actions/u… #163

Merge pull request #235 from sebp/dependabot/github_actions/actions/u…

Merge pull request #235 from sebp/dependabot/github_actions/actions/u… #163

Workflow file for this run

name: Tox
on: [push, pull_request]
jobs:
sphinx_build:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run Tox
uses: ./.github/actions/sphinx-build-all
- name: Archive HTML documents
uses: actions/upload-artifact@v6
with:
name: pygobject-tutorial
path: build/html