diff --git a/.github/workflows/main_docs.yml b/.github/workflows/main_docs.yml index 124fc55..a12f4f4 100644 --- a/.github/workflows/main_docs.yml +++ b/.github/workflows/main_docs.yml @@ -1,7 +1,16 @@ +name: Build docs + on: - push: - branches: - - main + push: + branches: + - main + + workflow_dispatch: + inputs: + code_branch_tag: + description: 'The branch or tag to run the workflow from' + required: true + default: 'main' jobs: # Build the documentation and upload the static HTML files as an artifact. @@ -11,7 +20,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: '3.12' - uses: abatilo/actions-poetry@v2 - run: poetry install - run: poetry run generate_docs diff --git a/protos b/protos index 8c149b2..83aa151 160000 --- a/protos +++ b/protos @@ -1 +1 @@ -Subproject commit 8c149b2dd68257edadc0a1e8048fb15c67b22125 +Subproject commit 83aa151401f9cd03fe91029d4ef2f8175fcf58f2