Skip to content

Commit 94827ac

Browse files
committed
msg
1 parent 369ea6a commit 94827ac

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.github/workflows/docs.yaml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,9 @@ jobs:
1414
run: |
1515
git config user.name github-actions[bot]
1616
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
17-
- uses: actions/setup-python@v5
17+
- name: Setup Python and uv.
18+
uses: astral-sh/setup-uv@v5
1819
with:
19-
python-version: 3.x
20+
python-version: 3.11
2021
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
21-
- uses: actions/cache@v4
22-
with:
23-
key: mkdocs-material-${{ env.cache_id }}
24-
path: ~/.cache
25-
restore-keys: |
26-
mkdocs-material-
27-
- run: pip install mkdocs-material
28-
- run: mkdocs gh-deploy --force
22+
- run: uv run --dev mkdocs gh-deploy --force

0 commit comments

Comments
 (0)