Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Nov 1, 2023
1 parent 94e280b commit 5cab2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/latex/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
- name: GitHub Pages action
uses: JamesIves/[email protected]
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

0 comments on commit 5cab2a9

Please sign in to comment.