From 5cab2a9b23f06d64cf3cff41e82117e670146e79 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Wed, 1 Nov 2023 21:48:52 +0400 Subject: [PATCH] Update action.yml --- actions/latex/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/latex/action.yml b/actions/latex/action.yml index b5ed285..4610d4e 100644 --- a/actions/latex/action.yml +++ b/actions/latex/action.yml @@ -77,7 +77,7 @@ runs: - name: GitHub Pages action uses: JamesIves/github-pages-deploy-action@v4.2.2 with: - branch: ${{ inputs.draft }} | 'draft' # The branch the action should deploy to. + branch: ${{ inputs.draft || 'draft' }} # The branch the action should deploy to. folder: publish${{ inputs.output-folder }} # The folder the action should deploy. # To make your draft folder public you would have to go to Settings => Pages