Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
updating to match subfolder
  • Loading branch information
loren-paragon authored Feb 20, 2025
1 parent 81cf235 commit c8b910f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ runs:
- name: Build Paragraph project
shell: bash
working-directory: ${{ inputs.path }}
working-directory: ${{ inputs.subfolder }}
run: |
npx para install
npx para build
- name: Push to Paragon
shell: bash
working-directory: ${{ inputs.path }}
working-directory: ${{ inputs.subfolder }}
if: github.event_name == 'push' && steps.validate.outputs.valid == 'true'
run: npx para push

Expand Down

0 comments on commit c8b910f

Please sign in to comment.