Skip to content

Commit b33f466

Browse files
author
fgranqvist
committed
fix build errors in 0.5.0 release
1 parent df00379 commit b33f466

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Install Poetry and Python
17-
uses: ./.github/actions/python-install
16+
- name: Full Install
17+
uses: ./.github/actions/full-install
1818
- name: Build docs
1919
run: TZ=UTC make docs
2020
- name: Upload static files as artifact

0 commit comments

Comments
 (0)