Skip to content

Commit

Permalink
turn on docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Aug 16, 2024
1 parent 5488914 commit 9864ea6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release Management

on:
push:
branches: [ master ]
branches: [ fix/mkdocs-deploy ]

jobs:
test_and_build:
Expand Down Expand Up @@ -110,8 +110,8 @@ 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]
if: needs.test_and_build.outputs.version_changed == 'false'
runs-on: ubuntu-20.04
steps:
- name: Clone repository
Expand Down

0 comments on commit 9864ea6

Please sign in to comment.