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 982b583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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,7 +110,7 @@ jobs:
name: Deploy docs
permissions:
contents: write
needs: [test_and_build, publish_release_draft_on_version_bump]
needs: [test_and_build]
if: needs.test_and_build.outputs.version_changed == 'true'
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 982b583

Please sign in to comment.