name: "Deploy to Pages" description: "Deploy pages that require builds!" inputs: folder: description: "The folder to deploy." required: true type: string runs: using: "composite" steps: - run: echo "${{ github.action_path }}" >> $GITHUB_PATH shell: bash - run: deploy.sh shell: bash