Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit aff0f86

Browse files
committed
update
1 parent a73953b commit aff0f86

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ permissions:
2525
contents: write # Required to push to the gh-pages branch
2626

2727
env:
28-
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Token used by mkdocs for pushing
28+
GH_TOKEN: ${{ secrets.GH_TOKEN }} # used by mkdocs for pushing
2929

3030
jobs:
3131
deploy:
@@ -41,12 +41,10 @@ jobs:
4141
git config user.name github-actions[bot]
4242
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
4343
44-
- name: Install uv
44+
- name: Setup uv
4545
uses: astral-sh/setup-uv@v6
4646

47-
- name: Install dependencies
47+
- name: Deploy to GitHub Pages
4848
run: |
4949
uv venv
50-
51-
- name: Deploy to GitHub Pages
52-
run: uv run --group docs --group lint mkdocs build
50+
uv run --group docs --group lint mkdocs gh-deploy --force

0 commit comments

Comments
 (0)