Skip to content

Merge pull request #512 from IgniteUI/jp-sync/button-group-468-069cb6… #125

Merge pull request #512 from IgniteUI/jp-sync/button-group-468-069cb6…

Merge pull request #512 from IgniteUI/jp-sync/button-group-468-069cb6… #125

Workflow file for this run

name: Build And Deploy Angular Documentation JP
permissions:
contents: read
on:
push:
branches:
- vnext
- master
paths-ignore:
- 'docs/jquery/**'
- 'docs/xplat/**'
- 'docs/wpf/**'
- 'docs/winforms/**'
- 'docs/aspnet/**'
- '**/en/**'
- '**/kr/**'
workflow_dispatch:
inputs:
branch:
description: 'Branch to checkout'
type: string
default: 'vnext'
jobs:
deploy:
uses: ./.github/workflows/_cd-deploy.yml
with:
locale: jp
platform: angular
target_ref: ${{ github.event.inputs.branch && (startsWith(github.event.inputs.branch, 'refs/') && github.event.inputs.branch || format('refs/heads/{0}', github.event.inputs.branch)) || github.ref }}
secrets:
CLASSIC_PAT_GITHUB: ${{ secrets.CLASSIC_PAT_GITHUB }}