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: