Skip to content

Commit 69a52de

Browse files
committed
Add workflow_dispatch trigger & specify poetry version
1 parent 41ee529 commit 69a52de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- "*"
7+
workflow_dispatch: {}
78

89
jobs:
910
deploy:
@@ -21,6 +22,8 @@ jobs:
2122

2223
- name: Install Poetry
2324
uses: snok/install-poetry@v1
25+
with:
26+
version: 1.5.1
2427

2528
- name: Cache Poetry
2629
id: cached-poetry-dependencies

0 commit comments

Comments
 (0)