Skip to content

Commit 7882428

Browse files
committed
Update profile-privacy tutorial page: adjust stylesheet versions, update SVG icons, and clean up HTML structure
1 parent af0bd26 commit 7882428

52 files changed

Lines changed: 1386 additions & 18961 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ jobs:
3636
with:
3737
python-version: "3.12"
3838
- uses: astral-sh/setup-uv@v5
39-
- name: Install docs dependencies
40-
run: uv sync --group docs --no-install-project
4139
- name: Build MkDocs site (strict)
42-
run: uv run mkdocs build --strict
40+
run: uv run --no-project --with mkdocs==1.6.0 --with mkdocs-material==9.6.0 mkdocs build --strict
4341
- name: Upload pages artifact
4442
uses: actions/upload-pages-artifact@v3
4543
with:

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929

3030
- uses: astral-sh/setup-uv@v5
3131

32-
- name: Install release dependencies
33-
run: uv sync --group dev --no-install-project
34-
3532
- name: Configure git identity
3633
run: |
3734
git config user.name "github-actions[bot]"
@@ -41,7 +38,7 @@ jobs:
4138
env:
4239
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4340
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
run: uv run semantic-release version
41+
run: uv run --no-project --with python-semantic-release==9.21.1 semantic-release version
4542

4643
- name: Push release commit and tags
4744
run: git push --follow-tags origin HEAD:main

0 commit comments

Comments
 (0)