From 18ac9562fd29f79dc32e93f4be10dbe8b619b950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ghignatti=20Nicol=C3=B2?= Date: Thu, 9 Oct 2025 18:25:21 +0200 Subject: [PATCH] Update CI --- .github/workflows/docs.yml | 12 ++++++------ .github/workflows/release.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2ba8fff..31f2ac4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,7 +1,7 @@ name: Documentation on: push: - branches: [ "docs" ] + branches: [ "master" ] permissions: contents: write @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 -# - name: Configure Git Credentials -# run: | -# git config user.name github-actions[bot] -# git config user.email 41898282+github-actions[bot]@users.noreply.github.com + - name: Configure Git Credentials + run: | + git config user.name github-actions[bot] + git config user.email 41898282+github-actions[bot]@users.noreply.github.com - uses: actions/setup-python@v5 with: python-version: 3.x @@ -26,4 +26,4 @@ jobs: restore-keys: | mkdocs-material- - run: pip install mkdocs-material - - run: mkdocs gh-deploy --force + - run: mkdocs gh-deploy --force \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2122052..aa66b3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: release +name: Release on: push: tags: