From 8888290c1dd09ee773638b2529dadb3e53d62ead Mon Sep 17 00:00:00 2001 From: Adam Kudrna Date: Fri, 9 Aug 2024 20:58:12 +0200 Subject: [PATCH] Fix MkDocs deployment to GitHub pages (#556) --- .github/workflows/release-management.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release-management.yml b/.github/workflows/release-management.yml index 29c58f2c..b9012cbb 100644 --- a/.github/workflows/release-management.yml +++ b/.github/workflows/release-management.yml @@ -2,7 +2,8 @@ name: Release Management on: push: - branches: [ master ] + # branches: [ master ] + branches: [ fix/mkdocs-deploy ] jobs: test_and_build: @@ -110,14 +111,13 @@ jobs: name: Deploy docs permissions: contents: write - needs: [test_and_build, publish_release_draft_on_version_bump] - if: needs.test_and_build.outputs.version_changed == 'true' + # needs: [test_and_build, publish_release_draft_on_version_bump] + # if: needs.test_and_build.outputs.version_changed == 'true' + needs: [test_and_build] runs-on: ubuntu-20.04 steps: - name: Clone repository uses: actions/checkout@v4 - with: - persist-credentials: false # Hard-coded username and email for the GitHub bot user # https://api.github.com/users/github-actions%5Bbot%5D