Skip to content

Commit e95d1bc

Browse files
authored
Fix search 2 (#10)
* asdfa * Name
1 parent 17d14b9 commit e95d1bc

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

.github/workflows/main_docs.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
name: Build docs
2+
13
on:
2-
push:
3-
branches:
4-
- main
4+
push:
5+
branches:
6+
- main
7+
8+
workflow_dispatch:
9+
inputs:
10+
code_branch_tag:
11+
description: 'The branch or tag to run the workflow from'
12+
required: true
13+
default: 'main'
514

615
jobs:
716
# Build the documentation and upload the static HTML files as an artifact.
@@ -11,7 +20,7 @@ jobs:
1120
- uses: actions/checkout@v3
1221
- uses: actions/setup-python@v4
1322
with:
14-
python-version: '3.9'
23+
python-version: '3.12'
1524
- uses: abatilo/actions-poetry@v2
1625
- run: poetry install
1726
- run: poetry run generate_docs

0 commit comments

Comments
 (0)