Skip to content

Commit

Permalink
fix: :wrench - Provide poetry in CI mkdocs job
Browse files Browse the repository at this point in the history
  • Loading branch information
afranzi committed Feb 2, 2024
1 parent c7c3a26 commit 6c344d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: CI - Docs
on:
push:
branches:
Expand All @@ -24,6 +24,8 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- name: Install Poetry
run: pip install poetry
- name: Install Dependencies
run: poetry install --only=docs
- run: mkdocs gh-deploy --force

0 comments on commit 6c344d7

Please sign in to comment.