Skip to content

Commit

Permalink
chore(#2299): correct if expression for setting current doc to releas…
Browse files Browse the repository at this point in the history
…ed one
  • Loading branch information
SteKoe committed Mar 17, 2023
1 parent 14dba6f commit f739b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-maven-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Deploy Asciidoc docs output to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.1
if: ${{ github.event.inputs.copyDocsToCurrent }}
if: github.event.inputs.copyDocsToCurrent == 'true'
with:
branch: gh-pages # The branch the action should deploy to.
folder: spring-boot-admin-docs/target/generated-docs # The folder the action should deploy.
Expand Down

0 comments on commit f739b21

Please sign in to comment.