From 61184f6fdfdcfccec06ba3de14a75e54f5fda65a Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Thu, 9 Apr 2026 08:58:00 +0000 Subject: [PATCH] Update .github/workflows/docs.yml --- .github/workflows/docs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0fc98c6..000744a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -11,13 +11,10 @@ on: jobs: build-and-deploy: runs-on: ubuntu-latest + container: python:3.12-slim steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: '3.12' - - name: Install dependencies run: pip install mkdocs mkdocs-material @@ -27,7 +24,7 @@ jobs: run: | cd site git init - git config user.name "github-actions" + git config user.name "gitea-actions" git config user.email "actions@forteapps.net" git add . git commit -m "Deploy docs"