Skip to content

testing

testing #11

Workflow file for this run

name: 'Build sphinx docs'
# controls when the workflow will run
on:
# triggers on git push
push:
branches: [actions]
# allows running this manually from the Actions tab
workflow_dispatch:
jobs:
build:
#runs-on: sphinxdoc/sphinx
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Containerized Build
uses: ./.github/workflows/my-container-action