Skip to content

Commit e068575

Browse files
committed
build: fix workflow name
Signed-off-by: Jan Larwig <[email protected]>
1 parent 93c5ec7 commit e068575

File tree

22 files changed

+2
-2
lines changed

22 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: Docs
22
on:
33
push:
44
branches:
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install mkdocs-drawio
2121
run: |
2222
pip install poetry
23-
poetry build
23+
poetry install
2424
- name: Build and publish docs
2525
run: |
2626
cd examples
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)