Skip to content

Commit

Permalink
Fix search 2 (#10)
Browse files Browse the repository at this point in the history
* asdfa

* Name
  • Loading branch information
roznawsk authored Oct 17, 2024
1 parent 17d14b9 commit e95d1bc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/main_docs.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion protos

0 comments on commit e95d1bc

Please sign in to comment.