Skip to content

Commit

Permalink
Update action.yml (#28)
Browse files Browse the repository at this point in the history
updating external github action
  • Loading branch information
tschm authored Jan 29, 2024
1 parent a000200 commit 9df2af2
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 @@ -75,7 +75,7 @@ runs:
# Push the paper folder to the draft branch
- name: GitHub Pages action
uses: JamesIves/github-pages-deploy-action@v4.2.2
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: ${{ inputs.draft || 'draft' }} # The branch the action should deploy to.
folder: publish${{ inputs.output-folder }} # The folder the action should deploy.
Expand Down

0 comments on commit 9df2af2

Please sign in to comment.