Skip to content

Commit b5cafda

Browse files
authored
install poetry commands in doc job
1 parent dca424f commit b5cafda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/Tag.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,15 @@ jobs:
8585
- uses: actions/setup-python@v5
8686
with:
8787
python-version: 3.x
88+
- name: Install Poetry
89+
run: pip install poetry
90+
- name: Install dependencies for docs
91+
run: poetry install --with dev
8892
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
8993
- uses: actions/cache@v4
9094
with:
9195
key: mkdocs-material-${{ env.cache_id }}
9296
path: .cache
9397
restore-keys: |
9498
mkdocs-material-
95-
- run: pip install mkdocs-material
9699
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)