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