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 3df1648 commit 94e280b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/latex/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ on:
default: ''

draft:
description: 'draft'
description: 'branch for draft'
type: string
required: false
default: 'draft'
Expand Down Expand Up @@ -77,7 +77,7 @@ runs:
- name: GitHub Pages action
uses: JamesIves/[email protected]
with:
branch: ${{ inputs.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 94e280b

Please sign in to comment.